#481D1F

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

Shades of Bulgarian Rose #481D1F

Tints of Bulgarian Rose #481D1F

Color information

#481D1F (or 0x481D1F) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 1D and 1F. RGB value is (72,29,31). Sum of RGB (Red+Green+Blue) = 72+29+31=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #481D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D1F is #B7E2E0. Grayscale: #2A2A2A. Windows color (decimal): -12051169 or 2039112. OLE color: 2039112.

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

Color convert

RGB722931-
CMYK00.600.570.72
HSL357.21º42.57%19.8%-
HSV(B)357.21º59.72%28.24%-
XYZ3.362.361.57-
YUV42.08121.75149.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=54.55%
G=21.97%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72293100.600.570.72357.2142.5719.8
Hex481D1F03C39481652b14
Octal1103537074711105455324
Binary100100011101111110111100111001100100010110010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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