Html Css Color HEX #8F213E Shiraz

📋 copy color: '#8F213E'

red 143 ◦ green 33 ◦ blue 62

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

Shades of Shiraz #8F213E

Tints of Shiraz #8F213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.87%

 BLUE value IS 62 (24.61% from 255) = 26.05%

R = 60.08%
G = 13.87%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#8F213E (or 0x8F213E) is known color: Shiraz. HEX triplet: 8F, 21 and 3E. RGB value is (143,33,62). Sum of RGB (Red+Green+Blue) = 143+33+62=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F213E is #70DEC1. Grayscale: #454545. Windows color (decimal): -7397058 or 4071823. OLE color: 4071823.

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

Color convert

RGB 143 33 62 -
CMYK 0 0.77 0.57 0.44
HSL 344.18º 0.63% 0.35% -
HSV(B) 344.18º 0.77% 0.56% -
XYZ 12.74 7.28 5.29 -
YUV 69.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 143 33 62 0 0.77 0.57 0.44 344.18 0.63 0.35
Hex 8F 21 3E 0 4D 39 2C 158 3E 23
Octal 217 41 76 0 115 71 54 530 76 43
Binary 10001111 100001 111110 0 1001101 111001 101100 101011000 111110 100011

Color Harmonies of #8F213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F213E

Black with #8F213E

Text Example


Text Example

White with #8F213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,33,62); }

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

background-color css

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

 a { background-color: rgb(143,33,62); }

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

border-color css

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

 span { border-color: rgb(143,33,62); }

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