#471F21

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

Shades of Bulgarian Rose #471F21

Tints of Bulgarian Rose #471F21

Color information

#471F21 (or 0x471F21) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 1F and 21. RGB value is (71,31,33). Sum of RGB (Red+Green+Blue) = 71+31+33=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #471F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F21 is #B8E0DE. Grayscale: #2B2B2B. Windows color (decimal): -12116191 or 2170695. OLE color: 2170695.

HSL color Cylindrical-coordinate representation of color #471F21: hue angle of 357º 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 #471F21 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB713133-
CMYK00.560.540.72
HSL357º39.22%20%-
HSV(B)357º56.34%27.84%-
XYZ3.362.431.73-
YUV43.19122.25147.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=52.59%
G=22.96%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71313300.560.540.7235739.2220
Hex471F2103836481652714
Octal1073741070661105454724
Binary1000111111111000010111000110110100100010110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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