#43245A

Color #43245A Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #43245A

Tints of Scarlet Gum #43245A

Color information

#43245A (or 0x43245A) is unknown color: approx Scarlet Gum. HEX triplet: 43, 24 and 5A. RGB value is (67,36,90). Sum of RGB (Red+Green+Blue) = 67+36+90=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #43245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43245A is #BCDBA5. Grayscale: #333333. Windows color (decimal): -12376998 or 5907523. OLE color: 5907523.

HSL color Cylindrical-coordinate representation of color #43245A: hue angle of 274.44º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43245A is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB673690-
CMYK0.260.6000.65
HSL274.44º42.86%24.71%-
HSV(B)274.44º60%35.29%-
XYZ4.793.1910.04-
YUV51.42149.77139.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=34.72%
G=18.65%
B=46.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6736900.260.6000.65274.4442.8624.71
Hex43245A1A3C0411122b19
Octal10344132327401014225331
Binary10000111001001011010110101111000100000110001001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43245A; }

 p { color: rgb(67,36,90); }

 H1.HeaderClassName
 {
   color: #43245A;
 }
 .AnyTagClassName
 {
   color: #43245A;
 }
</style>
background-color css

<style>
 a { background-color: #43245A; }

 a { background-color: rgb(67,36,90); }

 div.DivClassName
 {
   background-color: #43245A;
 }
 .BgClassName
 {
   background-color: #43245A;
 }
</style>
border-color css

<style>
 span { border-color: #43245A; }

 span { border-color: rgb(67,36,90); }

 td.TdClassName
 {
   border-color: #43245A;
 }
 .TagClassName
 {
   border-color: #43245A;
 }
</style>