#481E1F

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

Shades of Bulgarian Rose #481E1F

Tints of Bulgarian Rose #481E1F

Color information

#481E1F (or 0x481E1F) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 1E and 1F. RGB value is (72,30,31). Sum of RGB (Red+Green+Blue) = 72+30+31=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E1F is #B7E1E0. Grayscale: #2A2A2A. Windows color (decimal): -12050913 or 2039368. OLE color: 2039368.

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

Color convert

RGB723031-
CMYK00.580.570.72
HSL358.57º41.18%20%-
HSV(B)358.57º58.33%28.24%-
XYZ3.382.411.58-
YUV42.67121.41148.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=54.14%
G=22.56%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72303100.580.570.72358.5741.1820
Hex481E1F03A39481672914
Octal1103637072711105475124
Binary100100011110111110111010111001100100010110011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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