Html Css Color HEX #422225 Bulgarian Rose

📋 copy color: '#422225'

red 66 ◦ green 34 ◦ blue 37

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

Shades of Bulgarian Rose #422225

Tints of Bulgarian Rose #422225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

 BLUE value IS 37 (14.84% from 255) = 27.01%

R = 48.18%
G = 24.82%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#422225 (or 0x422225) is known color: Bulgarian Rose. HEX triplet: 42, 22 and 25. RGB value is (66,34,37). Sum of RGB (Red+Green+Blue) = 66+34+37=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #422225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422225 is #BDDDDA. Grayscale: #2B2B2B. Windows color (decimal): -12443099 or 2433602. OLE color: 2433602.

HSL color Cylindrical-coordinate representation of color #422225: hue angle of 354.38º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422225 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 34 37 -
CMYK 0 0.48 0.44 0.74
HSL 354.38º 0.32% 0.2% -
HSV(B) 354.38º 0.48% 0.26% -
XYZ 3.15 2.44 2.05 -
YUV 43.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 66 34 37 0 0.48 0.44 0.74 354.38 0.32 0.2
Hex 42 22 25 0 30 2C 4A 162 20 14
Octal 102 42 45 0 60 54 112 542 40 24
Binary 1000010 100010 100101 0 110000 101100 1001010 101100010 100000 10100

Color Harmonies of #422225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422225

Black with #422225

Text Example


Text Example

White with #422225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422225; }

 p { color: rgb(66,34,37); }

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

background-color css

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

 a { background-color: rgb(66,34,37); }

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

border-color css

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

 span { border-color: rgb(66,34,37); }

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