Html Css Color HEX #8F183C Shiraz

📋 copy color: '#8F183C'

red 143 ◦ green 24 ◦ blue 60

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

Shades of Shiraz #8F183C

Tints of Shiraz #8F183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 63%
G = 10.57%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8F183C (or 0x8F183C) is known color: Shiraz. HEX triplet: 8F, 18 and 3C. RGB value is (143,24,60). Sum of RGB (Red+Green+Blue) = 143+24+60=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F183C is #70E7C3. Grayscale: #3F3F3F. Windows color (decimal): -7399364 or 3938447. OLE color: 3938447.

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

Color convert

RGB 143 24 60 -
CMYK 0 0.83 0.58 0.44
HSL 341.85º 0.71% 0.33% -
HSV(B) 341.85º 0.83% 0.56% -
XYZ 12.47 6.82 4.93 -
YUV 63.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 143 24 60 0 0.83 0.58 0.44 341.85 0.71 0.33
Hex 8F 18 3C 0 53 3A 2C 156 47 21
Octal 217 30 74 0 123 72 54 526 107 41
Binary 10001111 11000 111100 0 1010011 111010 101100 101010110 1000111 100001

Color Harmonies of #8F183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F183C

Black with #8F183C

Text Example


Text Example

White with #8F183C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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