#481D20

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

Shades of Bulgarian Rose #481D20

Tints of Bulgarian Rose #481D20

Color information

#481D20 (or 0x481D20) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 1D and 20. RGB value is (72,29,32). Sum of RGB (Red+Green+Blue) = 72+29+32=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D20 is #B7E2DF. Grayscale: #2A2A2A. Windows color (decimal): -12051168 or 2104648. OLE color: 2104648.

HSL color Cylindrical-coordinate representation of color #481D20: hue angle of 355.81º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D20 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB722932-
CMYK00.600.560.72
HSL355.81º42.57%19.8%-
HSV(B)355.81º59.72%28.24%-
XYZ3.372.361.64-
YUV42.2122.25149.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=54.14%
G=21.80%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72293200.600.560.72355.8142.5719.8
Hex481D2003C38481642b14
Octal1103540074701105445324
Binary1001000111011000000111100111000100100010110010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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