Html Css Color HEX #8F1935 Shiraz

📋 copy color: '#8F1935'

red 143 ◦ green 25 ◦ blue 53

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

Shades of Shiraz #8F1935

Tints of Shiraz #8F1935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 64.71%
G = 11.31%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8F1935 (or 0x8F1935) is known color: Shiraz. HEX triplet: 8F, 19 and 35. RGB value is (143,25,53). Sum of RGB (Red+Green+Blue) = 143+25+53=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1935 is #70E6CA. Grayscale: #3F3F3F. Windows color (decimal): -7399115 or 3479951. OLE color: 3479951.

HSL color Cylindrical-coordinate representation of color #8F1935: hue angle of 345.76º degrees, saturation: 0.7, 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 #8F1935 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 25 53 -
CMYK 0 0.83 0.63 0.44
HSL 345.76º 0.7% 0.33% -
HSV(B) 345.76º 0.83% 0.56% -
XYZ 12.32 6.79 4.03 -
YUV 63.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 143 25 53 0 0.83 0.63 0.44 345.76 0.7 0.33
Hex 8F 19 35 0 53 3F 2C 15A 46 21
Octal 217 31 65 0 123 77 54 532 106 41
Binary 10001111 11001 110101 0 1010011 111111 101100 101011010 1000110 100001

Color Harmonies of #8F1935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1935

Black with #8F1935

Text Example


Text Example

White with #8F1935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,25,53); }

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

background-color css

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

 a { background-color: rgb(143,25,53); }

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

border-color css

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

 span { border-color: rgb(143,25,53); }

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