#8B0F3C

Color #8B0F3C Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #8B0F3C

Tints of Shiraz #8B0F3C

Color information

#8B0F3C (or 0x8B0F3C) is unknown color: approx Shiraz. HEX triplet: 8B, 0F and 3C. RGB value is (139,15,60). Sum of RGB (Red+Green+Blue) = 139+15+60=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F3C is #74F0C3. Grayscale: #393939. Windows color (decimal): -7663812 or 3936139. OLE color: 3936139.

HSL color Cylindrical-coordinate representation of color #8B0F3C: hue angle of 338.23º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F3C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB1391560-
CMYK00.890.570.45
HSL338.23º80.52%30.2%-
HSV(B)338.23º89.21%54.51%-
XYZ11.636.164.85-
YUV57.21129.58186.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.95%
GREEN value IS 15 (6.25% from 255) = 7.01%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=64.95%
G=7.01%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139156000.890.570.45338.2380.5230.2
Hex8BF3C059392D152511e
Octal21317740131715552212136
Binary10001011111111110001011001111001101101101010010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0F3C; }

 p { color: rgb(139,15,60); }

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

<style>
 a { background-color: #8B0F3C; }

 a { background-color: rgb(139,15,60); }

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

<style>
 span { border-color: #8B0F3C; }

 span { border-color: rgb(139,15,60); }

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