Html Css Color HEX #8F203C Shiraz

📋 copy color: '#8F203C'

red 143 ◦ green 32 ◦ blue 60

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

Shades of Shiraz #8F203C

Tints of Shiraz #8F203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 60.85%
G = 13.62%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8F203C (or 0x8F203C) is known color: Shiraz. HEX triplet: 8F, 20 and 3C. RGB value is (143,32,60). Sum of RGB (Red+Green+Blue) = 143+32+60=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F203C is #70DFC3. Grayscale: #444444. Windows color (decimal): -7397316 or 3940495. OLE color: 3940495.

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

Color convert

RGB 143 32 60 -
CMYK 0 0.78 0.58 0.44
HSL 344.86º 0.63% 0.34% -
HSV(B) 344.86º 0.78% 0.56% -
XYZ 12.66 7.2 5 -
YUV 68.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 143 32 60 0 0.78 0.58 0.44 344.86 0.63 0.34
Hex 8F 20 3C 0 4E 3A 2C 159 3F 22
Octal 217 40 74 0 116 72 54 531 77 42
Binary 10001111 100000 111100 0 1001110 111010 101100 101011001 111111 100010

Color Harmonies of #8F203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F203C

Black with #8F203C

Text Example


Text Example

White with #8F203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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