Html Css Color HEX #8F2940 Shiraz

📋 copy color: '#8F2940'

red 143 ◦ green 41 ◦ blue 64

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

Shades of Shiraz #8F2940

Tints of Shiraz #8F2940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 57.66%
G = 16.53%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#8F2940 (or 0x8F2940) is known color: Shiraz. HEX triplet: 8F, 29 and 40. RGB value is (143,41,64). Sum of RGB (Red+Green+Blue) = 143+41+64=248 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.66% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2940 is #70D6BF. Grayscale: #4A4A4A. Windows color (decimal): -7395008 or 4204943. OLE color: 4204943.

HSL color Cylindrical-coordinate representation of color #8F2940: hue angle of 346.47º 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 #8F2940 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 41 64 -
CMYK 0 0.71 0.55 0.44
HSL 346.47º 0.55% 0.36% -
HSV(B) 346.47º 0.71% 0.56% -
XYZ 13.05 7.8 5.67 -
YUV 74.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 143 41 64 0 0.71 0.55 0.44 346.47 0.55 0.36
Hex 8F 29 40 0 47 37 2C 15A 37 24
Octal 217 51 100 0 107 67 54 532 67 44
Binary 10001111 101001 1000000 0 1000111 110111 101100 101011010 110111 100100

Color Harmonies of #8F2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2940

Black with #8F2940

Text Example


Text Example

White with #8F2940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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