#471E20

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

Shades of Bulgarian Rose #471E20

Tints of Bulgarian Rose #471E20

Color information

#471E20 (or 0x471E20) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 1E and 20. RGB value is (71,30,32). Sum of RGB (Red+Green+Blue) = 71+30+32=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #471E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E20 is #B8E1DF. Grayscale: #2A2A2A. Windows color (decimal): -12116448 or 2104903. OLE color: 2104903.

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

Color convert

RGB713032-
CMYK00.580.550.72
HSL357.07º40.59%19.8%-
HSV(B)357.07º57.75%27.84%-
XYZ3.322.371.65-
YUV42.49122.08148.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=53.38%
G=22.56%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71303200.580.550.72357.0740.5919.8
Hex471E2003A37481652914
Octal1073640072671105455124
Binary1000111111101000000111010110111100100010110010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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