#471D20

Color #471D20 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #471D20

Tints of Bulgarian Rose #471D20

Color information

#471D20 (or 0x471D20) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 1D and 20. RGB value is (71,29,32). Sum of RGB (Red+Green+Blue) = 71+29+32=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D20 is #B8E2DF. Grayscale: #292929. Windows color (decimal): -12116704 or 2104647. OLE color: 2104647.

HSL color Cylindrical-coordinate representation of color #471D20: hue angle of 355.71º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D20 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB712932-
CMYK00.590.550.72
HSL355.71º42%19.61%-
HSV(B)355.71º59.15%27.84%-
XYZ3.32.321.64-
YUV41.9122.41148.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=53.79%
G=21.97%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71293200.590.550.72355.714219.61
Hex471D2003B37481642a14
Octal1073540073671105445224
Binary1000111111011000000111011110111100100010110010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471D20; }

 p { color: rgb(71,29,32); }

 H1.HeaderClassName
 {
   color: #471D20;
 }
 .AnyTagClassName
 {
   color: #471D20;
 }
</style>
background-color css

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

 a { background-color: rgb(71,29,32); }

 div.DivClassName
 {
   background-color: #471D20;
 }
 .BgClassName
 {
   background-color: #471D20;
 }
</style>
border-color css

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

 span { border-color: rgb(71,29,32); }

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