#8F1D34

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

Shades of Shiraz #8F1D34

Tints of Shiraz #8F1D34

Color information

#8F1D34 (or 0x8F1D34) is unknown color: approx Shiraz. HEX triplet: 8F, 1D and 34. RGB value is (143,29,52). Sum of RGB (Red+Green+Blue) = 143+29+52=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1D34 is #70E2CB. Grayscale: #414141. Windows color (decimal): -7398092 or 3415439. OLE color: 3415439.

HSL color Cylindrical-coordinate representation of color #8F1D34: hue angle of 347.89º 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 #8F1D34 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB1432952-
CMYK00.800.640.44
HSL347.89º66.28%33.73%-
HSV(B)347.89º79.72%56.08%-
XYZ12.396.973.94-
YUV65.71120.27183.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.84%
GREEN value IS 29 (11.72% from 255) = 12.95%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=63.84%
G=12.95%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143295200.800.640.44347.8966.2833.73
Hex8F1D34050402C15c4222
Octal217356401201005453410242
Binary10001111111011101000101000010000001011001010111001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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