Html Css Color HEX #8F273C Shiraz

📋 copy color: '#8F273C'

red 143 ◦ green 39 ◦ blue 60

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

Shades of Shiraz #8F273C

Tints of Shiraz #8F273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

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

R = 59.09%
G = 16.12%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8F273C (or 0x8F273C) is known color: Shiraz. HEX triplet: 8F, 27 and 3C. RGB value is (143,39,60). Sum of RGB (Red+Green+Blue) = 143+39+60=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F273C is #70D8C3. Grayscale: #484848. Windows color (decimal): -7395524 or 3942287. OLE color: 3942287.

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

Color convert

RGB 143 39 60 -
CMYK 0 0.73 0.58 0.44
HSL 347.88º 0.57% 0.36% -
HSV(B) 347.88º 0.73% 0.56% -
XYZ 12.87 7.62 5.07 -
YUV 72.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 143 39 60 0 0.73 0.58 0.44 347.88 0.57 0.36
Hex 8F 27 3C 0 49 3A 2C 15C 39 24
Octal 217 47 74 0 111 72 54 534 71 44
Binary 10001111 100111 111100 0 1001001 111010 101100 101011100 111001 100100

Color Harmonies of #8F273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F273C

Black with #8F273C

Text Example


Text Example

White with #8F273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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