#481F20

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

Shades of Bulgarian Rose #481F20

Tints of Bulgarian Rose #481F20

Color information

#481F20 (or 0x481F20) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 1F and 20. RGB value is (72,31,32). Sum of RGB (Red+Green+Blue) = 72+31+32=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #481F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F20 is #B7E0DF. Grayscale: #2B2B2B. Windows color (decimal): -12050656 or 2105160. OLE color: 2105160.

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

Color convert

RGB723132-
CMYK00.570.560.72
HSL358.54º39.81%20.2%-
HSV(B)358.54º56.94%28.24%-
XYZ3.422.461.66-
YUV43.37121.58148.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=53.33%
G=22.96%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72313200.570.560.72358.5439.8120.2
Hex481F2003938481672814
Octal1103740071701105475024
Binary1001000111111000000111001111000100100010110011110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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