#8F123D

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

Shades of Shiraz #8F123D

Tints of Shiraz #8F123D

Color information

#8F123D (or 0x8F123D) is unknown color: approx Shiraz. HEX triplet: 8F, 12 and 3D. RGB value is (143,18,61). Sum of RGB (Red+Green+Blue) = 143+18+61=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F123D is #70EDC2. Grayscale: #3C3C3C. Windows color (decimal): -7400899 or 4002447. OLE color: 4002447.

HSL color Cylindrical-coordinate representation of color #8F123D: hue angle of 339.36º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F123D is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB1431861-
CMYK00.870.570.44
HSL339.36º77.64%31.57%-
HSV(B)339.36º87.41%56.08%-
XYZ12.396.615.04-
YUV60.28128.41187-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.41%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=64.41%
G=8.11%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143186100.870.570.44339.3677.6431.57
Hex8F123D057392C1534e20
Octal21722750127715452311640
Binary1000111110010111101010101111110011011001010100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,18,61); }

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

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

 a { background-color: rgb(143,18,61); }

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

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

 span { border-color: rgb(143,18,61); }

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