Html Css Color HEX #8F1A2F Shiraz

📋 copy color: '#8F1A2F'

red 143 ◦ green 26 ◦ blue 47

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

Shades of Shiraz #8F1A2F

Tints of Shiraz #8F1A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 66.2%
G = 12.04%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8F1A2F (or 0x8F1A2F) is known color: Shiraz. HEX triplet: 8F, 1A and 2F. RGB value is (143,26,47). Sum of RGB (Red+Green+Blue) = 143+26+47=216 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.20% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1A2F is #70E5D0. Grayscale: #3F3F3F. Windows color (decimal): -7398865 or 3086991. OLE color: 3086991.

HSL color Cylindrical-coordinate representation of color #8F1A2F: hue angle of 349.23º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1A2F is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 26 47 -
CMYK 0 0.82 0.67 0.44
HSL 349.23º 0.69% 0.33% -
HSV(B) 349.23º 0.82% 0.56% -
XYZ 12.21 6.78 3.36 -
YUV 63.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 143 26 47 0 0.82 0.67 0.44 349.23 0.69 0.33
Hex 8F 1A 2F 0 52 43 2C 15D 45 21
Octal 217 32 57 0 122 103 54 535 105 41
Binary 10001111 11010 101111 0 1010010 1000011 101100 101011101 1000101 100001

Color Harmonies of #8F1A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1A2F

Black with #8F1A2F

Text Example


Text Example

White with #8F1A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,26,47); }

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

background-color css

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

 a { background-color: rgb(143,26,47); }

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

border-color css

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

 span { border-color: rgb(143,26,47); }

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