#461D20

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

Shades of Bulgarian Rose #461D20

Tints of Bulgarian Rose #461D20

Color information

#461D20 (or 0x461D20) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 1D and 20. RGB value is (70,29,32). Sum of RGB (Red+Green+Blue) = 70+29+32=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #461D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D20 is #B9E2DF. Grayscale: #292929. Windows color (decimal): -12182240 or 2104646. OLE color: 2104646.

HSL color Cylindrical-coordinate representation of color #461D20: hue angle of 355.61º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D20 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB702932-
CMYK00.590.540.73
HSL355.61º41.41%19.41%-
HSV(B)355.61º58.57%27.45%-
XYZ3.232.291.64-
YUV41.6122.58148.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=53.44%
G=22.14%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70293200.590.540.73355.6141.4119.41
Hex461D2003B36491642913
Octal1063540073661115445123
Binary1000110111011000000111011110110100100110110010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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