#422024

Color #422024 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #422024

Tints of Bulgarian Rose #422024

Color information

#422024 (or 0x422024) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 20 and 24. RGB value is (66,32,36). Sum of RGB (Red+Green+Blue) = 66+32+36=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #422024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422024 is #BDDFDB. Grayscale: #2A2A2A. Windows color (decimal): -12443612 or 2367554. OLE color: 2367554.

HSL color Cylindrical-coordinate representation of color #422024: hue angle of 352.94º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422024 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB663236-
CMYK00.520.450.74
HSL352.94º34.69%19.22%-
HSV(B)352.94º51.52%25.88%-
XYZ3.082.321.95-
YUV42.62124.26144.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=49.25%
G=23.88%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66323600.520.450.74352.9434.6919.22
Hex4220240342D4A1612313
Octal1024044064551125414323
Binary10000101000001001000110100101101100101010110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422024; }

 p { color: rgb(66,32,36); }

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

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

 a { background-color: rgb(66,32,36); }

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

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

 span { border-color: rgb(66,32,36); }

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