Html Css Color HEX #422425 Bulgarian Rose

📋 copy color: '#422425'

red 66 ◦ green 36 ◦ blue 37

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

Shades of Bulgarian Rose #422425

Tints of Bulgarian Rose #422425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.9%

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

R = 47.48%
G = 25.9%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#422425 (or 0x422425) is known color: Bulgarian Rose. HEX triplet: 42, 24 and 25. RGB value is (66,36,37). Sum of RGB (Red+Green+Blue) = 66+36+37=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #422425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422425 is #BDDBDA. Grayscale: #2D2D2D. Windows color (decimal): -12442587 or 2434114. OLE color: 2434114.

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

Color convert

RGB 66 36 37 -
CMYK 0 0.45 0.44 0.74
HSL 358º 0.29% 0.2% -
HSV(B) 358º 0.45% 0.26% -
XYZ 3.21 2.55 2.07 -
YUV 45.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 66 36 37 0 0.45 0.44 0.74 358 0.29 0.2
Hex 42 24 25 0 2D 2C 4A 166 1D 14
Octal 102 44 45 0 55 54 112 546 35 24
Binary 1000010 100100 100101 0 101101 101100 1001010 101100110 11101 10100

Color Harmonies of #422425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422425

Black with #422425

Text Example


Text Example

White with #422425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422425; }

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

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

background-color css

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

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

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

border-color css

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

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

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