Html Css Color HEX #8F263C Shiraz

📋 copy color: '#8F263C'

red 143 ◦ green 38 ◦ blue 60

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

Shades of Shiraz #8F263C

Tints of Shiraz #8F263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.77%

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

R = 59.34%
G = 15.77%
B = 24.9%

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

#8F263C (or 0x8F263C) is known color: Shiraz. HEX triplet: 8F, 26 and 3C. RGB value is (143,38,60). Sum of RGB (Red+Green+Blue) = 143+38+60=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F263C is #70D9C3. Grayscale: #474747. Windows color (decimal): -7395780 or 3942031. OLE color: 3942031.

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

Color convert

RGB 143 38 60 -
CMYK 0 0.73 0.58 0.44
HSL 347.43º 0.58% 0.35% -
HSV(B) 347.43º 0.73% 0.56% -
XYZ 12.84 7.55 5.06 -
YUV 71.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 143 38 60 0 0.73 0.58 0.44 347.43 0.58 0.35
Hex 8F 26 3C 0 49 3A 2C 15B 3A 23
Octal 217 46 74 0 111 72 54 533 72 43
Binary 10001111 100110 111100 0 1001001 111010 101100 101011011 111010 100011

Color Harmonies of #8F263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F263C

Black with #8F263C

Text Example


Text Example

White with #8F263C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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