#471E21

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

Shades of Bulgarian Rose #471E21

Tints of Bulgarian Rose #471E21

Color information

#471E21 (or 0x471E21) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 1E and 21. RGB value is (71,30,33). Sum of RGB (Red+Green+Blue) = 71+30+33=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E21 is #B8E1DE. Grayscale: #2A2A2A. Windows color (decimal): -12116447 or 2170439. OLE color: 2170439.

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

Color convert

RGB713033-
CMYK00.580.540.72
HSL355.61º40.59%19.8%-
HSV(B)355.61º57.75%27.84%-
XYZ3.342.381.72-
YUV42.6122.58148.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 30 (12.11% from 255) = 22.39%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=52.99%
G=22.39%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71303300.580.540.72355.6140.5919.8
Hex471E2103A36481642914
Octal1073641072661105445124
Binary1000111111101000010111010110110100100010110010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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