#471F20

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

Shades of Bulgarian Rose #471F20

Tints of Bulgarian Rose #471F20

Color information

#471F20 (or 0x471F20) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 1F and 20. RGB value is (71,31,32). Sum of RGB (Red+Green+Blue) = 71+31+32=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F20 is #B8E0DF. Grayscale: #2B2B2B. Windows color (decimal): -12116192 or 2105159. OLE color: 2105159.

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

Color convert

RGB713132-
CMYK00.560.550.72
HSL358.5º39.22%20%-
HSV(B)358.5º56.34%27.84%-
XYZ3.352.421.66-
YUV43.07121.75147.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=52.99%
G=23.13%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71313200.560.550.72358.539.2220
Hex471F2003837481662714
Octal1073740070671105464724
Binary1000111111111000000111000110111100100010110011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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