Html Css Color HEX #422024 Bulgarian Rose

📋 copy color: '#422024'

red 66 ◦ green 32 ◦ blue 36

#422024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bulgarian Rose #422024

Tints of Bulgarian Rose #422024

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 value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#422024 (or 0x422024) is known color: 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

RGB 66 32 36 -
CMYK 0 0.52 0.45 0.74
HSL 352.94º 0.35% 0.19% -
HSV(B) 352.94º 0.52% 0.26% -
XYZ 3.08 2.32 1.95 -
YUV 42.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 66 32 36 0 0.52 0.45 0.74 352.94 0.35 0.19
Hex 42 20 24 0 34 2D 4A 161 23 13
Octal 102 40 44 0 64 55 112 541 43 23
Binary 1000010 100000 100100 0 110100 101101 1001010 101100001 100011 10011

Color Harmonies of #422024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422024

Black with #422024

Text Example


Text Example

White with #422024

Text Example


Text Example

HTML Codes & Css Web 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>