#43215C

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

Shades of Scarlet Gum #43215C

Tints of Scarlet Gum #43215C

Color information

#43215C (or 0x43215C) is unknown color: approx Scarlet Gum. HEX triplet: 43, 21 and 5C. RGB value is (67,33,92). Sum of RGB (Red+Green+Blue) = 67+33+92=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #43215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43215C is #BCDEA3. Grayscale: #313131. Windows color (decimal): -12377764 or 6037827. OLE color: 6037827.

HSL color Cylindrical-coordinate representation of color #43215C: hue angle of 274.58º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43215C is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB673392-
CMYK0.270.6400.64
HSL274.58º47.2%24.51%-
HSV(B)274.58º64.13%36.08%-
XYZ4.793.0510.46-
YUV49.89151.76140.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=34.90%
G=17.19%
B=47.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6733920.270.6400.64274.5847.224.51
Hex43215C1B400401132f19
Octal103411343310001004235731
Binary100001110000110111001101110000000100000010001001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43215C; }

 p { color: rgb(67,33,92); }

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

<style>
 a { background-color: #43215C; }

 a { background-color: rgb(67,33,92); }

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

<style>
 span { border-color: #43215C; }

 span { border-color: rgb(67,33,92); }

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