Html Css Color HEX #472224 Bulgarian Rose

📋 copy color: '#472224'

red 71 ◦ green 34 ◦ blue 36

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

Shades of Bulgarian Rose #472224

Tints of Bulgarian Rose #472224

RGB

 RED value IS 71 (28.13% from 255) = 50.35%

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

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

R = 50.35%
G = 24.11%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#472224 (or 0x472224) is known color: Bulgarian Rose. HEX triplet: 47, 22 and 24. RGB value is (71,34,36). Sum of RGB (Red+Green+Blue) = 71+34+36=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472224 is #B8DDDB. Grayscale: #2D2D2D. Windows color (decimal): -12115420 or 2368071. OLE color: 2368071.

HSL color Cylindrical-coordinate representation of color #472224: hue angle of 356.76º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472224 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 36 -
CMYK 0 0.52 0.49 0.72
HSL 356.76º 0.35% 0.21% -
HSV(B) 356.76º 0.52% 0.28% -
XYZ 3.49 2.61 1.99 -
YUV 45.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 71 34 36 0 0.52 0.49 0.72 356.76 0.35 0.21
Hex 47 22 24 0 34 31 48 165 23 15
Octal 107 42 44 0 64 61 110 545 43 25
Binary 1000111 100010 100100 0 110100 110001 1001000 101100101 100011 10101

Color Harmonies of #472224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472224

Black with #472224

Text Example


Text Example

White with #472224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472224; }

 p { color: rgb(71,34,36); }

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

background-color css

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

 a { background-color: rgb(71,34,36); }

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

border-color css

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

 span { border-color: rgb(71,34,36); }

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