#481D1E

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

Shades of Bulgarian Rose #481D1E

Tints of Bulgarian Rose #481D1E

Color information

#481D1E (or 0x481D1E) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 1D and 1E. RGB value is (72,29,30). Sum of RGB (Red+Green+Blue) = 72+29+30=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D1E is #B7E2E1. Grayscale: #2A2A2A. Windows color (decimal): -12051170 or 1973576. OLE color: 1973576.

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

Color convert

RGB722930-
CMYK00.600.580.72
HSL358.6º42.57%19.8%-
HSV(B)358.6º59.72%28.24%-
XYZ3.352.351.51-
YUV41.97121.25149.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=54.96%
G=22.14%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72293000.600.580.72358.642.5719.8
Hex481D1E03C3A481672b14
Octal1103536074721105475324
Binary100100011101111100111100111010100100010110011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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