Html Css Color HEX #8F0E3C Shiraz

📋 copy color: '#8F0E3C'

red 143 ◦ green 14 ◦ blue 60

#8F0E3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #8F0E3C

Tints of Shiraz #8F0E3C

RGB

 RED value IS 143 (56.25% from 255) = 65.9%

 GREEN value IS 14 (5.86% from 255) = 6.45%

 BLUE value IS 60 (23.83% from 255) = 27.65%

R = 65.9%
G = 6.45%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8F0E3C (or 0x8F0E3C) is known color: Shiraz. HEX triplet: 8F, 0E and 3C. RGB value is (143,14,60). Sum of RGB (Red+Green+Blue) = 143+14+60=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0E3C is #70F1C3. Grayscale: #393939. Windows color (decimal): -7401924 or 3935887. OLE color: 3935887.

HSL color Cylindrical-coordinate representation of color #8F0E3C: hue angle of 338.6º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E3C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 14 60 -
CMYK 0 0.90 0.58 0.44
HSL 338.6º 0.82% 0.31% -
HSV(B) 338.6º 0.9% 0.56% -
XYZ 12.3 6.48 4.88 -
YUV 57.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 143 14 60 0 0.90 0.58 0.44 338.6 0.82 0.31
Hex 8F E 3C 0 5A 3A 2C 153 52 1F
Octal 217 16 74 0 132 72 54 523 122 37
Binary 10001111 1110 111100 0 1011010 111010 101100 101010011 1010010 11111

Color Harmonies of #8F0E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E3C

Black with #8F0E3C

Text Example


Text Example

White with #8F0E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,14,60); }

 H1.HeaderClassName
 {
   color: #8F0E3C;
 }
 .AnyTagClassName
 {
   color: #8F0E3C;
 }
</style>

background-color css

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

 a { background-color: rgb(143,14,60); }

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

border-color css

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

 span { border-color: rgb(143,14,60); }

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