#8F1D32

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

Shades of Shiraz #8F1D32

Tints of Shiraz #8F1D32

Color information

#8F1D32 (or 0x8F1D32) is unknown color: approx Shiraz. HEX triplet: 8F, 1D and 32. RGB value is (143,29,50). Sum of RGB (Red+Green+Blue) = 143+29+50=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1D32 is #70E2CD. Grayscale: #414141. Windows color (decimal): -7398094 or 3284367. OLE color: 3284367.

HSL color Cylindrical-coordinate representation of color #8F1D32: hue angle of 348.95º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1D32 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1432950-
CMYK00.800.650.44
HSL348.95º66.28%33.73%-
HSV(B)348.95º79.72%56.08%-
XYZ12.346.953.71-
YUV65.48119.27183.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.41%
GREEN value IS 29 (11.72% from 255) = 13.06%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=64.41%
G=13.06%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143295000.800.650.44348.9566.2833.73
Hex8F1D32050412C15d4222
Octal217356201201015453510242
Binary10001111111011100100101000010000011011001010111011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,29,50); }

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

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

 a { background-color: rgb(143,29,50); }

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

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

 span { border-color: rgb(143,29,50); }

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