Html Css Color HEX #422124 Bulgarian Rose

📋 copy color: '#422124'

red 66 ◦ green 33 ◦ blue 36

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

Shades of Bulgarian Rose #422124

Tints of Bulgarian Rose #422124

RGB

 RED value IS 66 (26.17% from 255) = 48.89%

 GREEN value IS 33 (13.28% from 255) = 24.44%

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 48.89%
G = 24.44%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#422124 (or 0x422124) is known color: Bulgarian Rose. HEX triplet: 42, 21 and 24. RGB value is (66,33,36). Sum of RGB (Red+Green+Blue) = 66+33+36=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #422124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422124 is #BDDEDB. Grayscale: #2B2B2B. Windows color (decimal): -12443356 or 2367810. OLE color: 2367810.

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

Color convert

RGB 66 33 36 -
CMYK 0 0.5 0.45 0.74
HSL 354.55º 0.33% 0.19% -
HSV(B) 354.55º 0.5% 0.26% -
XYZ 3.11 2.37 1.96 -
YUV 43.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 66 33 36 0 0.5 0.45 0.74 354.55 0.33 0.19
Hex 42 21 24 0 32 2D 4A 163 21 13
Octal 102 41 44 0 62 55 112 543 41 23
Binary 1000010 100001 100100 0 110010 101101 1001010 101100011 100001 10011

Color Harmonies of #422124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422124

Black with #422124

Text Example


Text Example

White with #422124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422124; }

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

 H1.HeaderClassName
 {
   color: #422124;
 }
 .AnyTagClassName
 {
   color: #422124;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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