Html Css Color HEX #8F133A Shiraz

📋 copy color: '#8F133A'

red 143 ◦ green 19 ◦ blue 58

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

Shades of Shiraz #8F133A

Tints of Shiraz #8F133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 58 (23.05% from 255) = 26.36%

R = 65%
G = 8.64%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#8F133A (or 0x8F133A) is known color: Shiraz. HEX triplet: 8F, 13 and 3A. RGB value is (143,19,58). Sum of RGB (Red+Green+Blue) = 143+19+58=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F133A is #70ECC5. Grayscale: #3C3C3C. Windows color (decimal): -7400646 or 3806095. OLE color: 3806095.

HSL color Cylindrical-coordinate representation of color #8F133A: hue angle of 341.13º degrees, saturation: 0.77, 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 #8F133A is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 19 58 -
CMYK 0 0.87 0.59 0.44
HSL 341.13º 0.77% 0.32% -
HSV(B) 341.13º 0.87% 0.56% -
XYZ 12.32 6.61 4.63 -
YUV 60.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 143 19 58 0 0.87 0.59 0.44 341.13 0.77 0.32
Hex 8F 13 3A 0 57 3B 2C 155 4D 20
Octal 217 23 72 0 127 73 54 525 115 40
Binary 10001111 10011 111010 0 1010111 111011 101100 101010101 1001101 100000

Color Harmonies of #8F133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F133A

Black with #8F133A

Text Example


Text Example

White with #8F133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,19,58); }

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

background-color css

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

 a { background-color: rgb(143,19,58); }

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

border-color css

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

 span { border-color: rgb(143,19,58); }

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