Html Css Color HEX #472227 Bulgarian Rose

📋 copy color: '#472227'

red 71 ◦ green 34 ◦ blue 39

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

Shades of Bulgarian Rose #472227

Tints of Bulgarian Rose #472227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.08%

R = 49.31%
G = 23.61%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#472227 (or 0x472227) is known color: Bulgarian Rose. HEX triplet: 47, 22 and 27. RGB value is (71,34,39). Sum of RGB (Red+Green+Blue) = 71+34+39=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472227 is #B8DDD8. Grayscale: #2D2D2D. Windows color (decimal): -12115417 or 2564679. OLE color: 2564679.

HSL color Cylindrical-coordinate representation of color #472227: hue angle of 351.89º 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 #472227 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 39 -
CMYK 0 0.52 0.45 0.72
HSL 351.89º 0.35% 0.21% -
HSV(B) 351.89º 0.52% 0.28% -
XYZ 3.54 2.63 2.24 -
YUV 45.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 71 34 39 0 0.52 0.45 0.72 351.89 0.35 0.21
Hex 47 22 27 0 34 2D 48 160 23 15
Octal 107 42 47 0 64 55 110 540 43 25
Binary 1000111 100010 100111 0 110100 101101 1001000 101100000 100011 10101

Color Harmonies of #472227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472227

Black with #472227

Text Example


Text Example

White with #472227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472227; }

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

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

background-color css

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

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

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

border-color css

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

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

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