#8F1B36

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

Shades of Shiraz #8F1B36

Tints of Shiraz #8F1B36

Color information

#8F1B36 (or 0x8F1B36) is unknown color: approx Shiraz. HEX triplet: 8F, 1B and 36. RGB value is (143,27,54). Sum of RGB (Red+Green+Blue) = 143+27+54=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1B36 is #70E4C9. Grayscale: #404040. Windows color (decimal): -7398602 or 3545999. OLE color: 3545999.

HSL color Cylindrical-coordinate representation of color #8F1B36: hue angle of 346.03º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F1B36 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB1432754-
CMYK00.810.620.44
HSL346.03º68.24%33.33%-
HSV(B)346.03º81.12%56.08%-
XYZ12.396.894.17-
YUV64.76121.93183.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.84%
GREEN value IS 27 (10.94% from 255) = 12.05%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=63.84%
G=12.05%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143275400.810.620.44346.0368.2433.33
Hex8F1B360513E2C15a4421
Octal21733660121765453210441
Binary1000111111011110110010100011111101011001010110101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,27,54); }

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

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

 a { background-color: rgb(143,27,54); }

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

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

 span { border-color: rgb(143,27,54); }

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