Html Css Color HEX #8F293E Shiraz

📋 copy color: '#8F293E'

red 143 ◦ green 41 ◦ blue 62

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

Shades of Shiraz #8F293E

Tints of Shiraz #8F293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.67%

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

R = 58.13%
G = 16.67%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#8F293E (or 0x8F293E) is known color: Shiraz. HEX triplet: 8F, 29 and 3E. RGB value is (143,41,62). Sum of RGB (Red+Green+Blue) = 143+41+62=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F293E is #70D6C1. Grayscale: #494949. Windows color (decimal): -7395010 or 4073871. OLE color: 4073871.

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

Color convert

RGB 143 41 62 -
CMYK 0 0.71 0.57 0.44
HSL 347.65º 0.55% 0.36% -
HSV(B) 347.65º 0.71% 0.56% -
XYZ 12.99 7.77 5.37 -
YUV 73.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 143 41 62 0 0.71 0.57 0.44 347.65 0.55 0.36
Hex 8F 29 3E 0 47 39 2C 15C 37 24
Octal 217 51 76 0 107 71 54 534 67 44
Binary 10001111 101001 111110 0 1000111 111001 101100 101011100 110111 100100

Color Harmonies of #8F293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F293E

Black with #8F293E

Text Example


Text Example

White with #8F293E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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