Html Css Color HEX #8F1235 Shiraz

📋 copy color: '#8F1235'

red 143 ◦ green 18 ◦ blue 53

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

Shades of Shiraz #8F1235

Tints of Shiraz #8F1235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 66.82%
G = 8.41%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8F1235 (or 0x8F1235) is known color: Shiraz. HEX triplet: 8F, 12 and 35. RGB value is (143,18,53). Sum of RGB (Red+Green+Blue) = 143+18+53=214 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.82% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1235 is #70EDCA. Grayscale: #3B3B3B. Windows color (decimal): -7400907 or 3478159. OLE color: 3478159.

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

Color convert

RGB 143 18 53 -
CMYK 0 0.87 0.63 0.44
HSL 343.2º 0.78% 0.32% -
HSV(B) 343.2º 0.87% 0.56% -
XYZ 12.19 6.53 3.99 -
YUV 59.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 143 18 53 0 0.87 0.63 0.44 343.2 0.78 0.32
Hex 8F 12 35 0 57 3F 2C 157 4E 20
Octal 217 22 65 0 127 77 54 527 116 40
Binary 10001111 10010 110101 0 1010111 111111 101100 101010111 1001110 100000

Color Harmonies of #8F1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1235

Black with #8F1235

Text Example


Text Example

White with #8F1235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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