#481C1E

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

Shades of Bulgarian Rose #481C1E

Tints of Bulgarian Rose #481C1E

Color information

#481C1E (or 0x481C1E) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 1C and 1E. RGB value is (72,28,30). Sum of RGB (Red+Green+Blue) = 72+28+30=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C1E is #B7E3E1. Grayscale: #292929. Windows color (decimal): -12051426 or 1973320. OLE color: 1973320.

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

Color convert

RGB722830-
CMYK00.610.580.72
HSL357.27º44%19.61%-
HSV(B)357.27º61.11%28.24%-
XYZ3.322.31.5-
YUV41.38121.58149.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=55.38%
G=21.54%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72283000.610.580.72357.274419.61
Hex481C1E03D3A481652c14
Octal1103436075721105455424
Binary100100011100111100111101111010100100010110010110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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