Html Css Color HEX #8C2239 Shiraz

📋 copy color: '#8C2239'

red 140 ◦ green 34 ◦ blue 57

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

Shades of Shiraz #8C2239

Tints of Shiraz #8C2239

RGB

 RED value IS 140 (55.08% from 255) = 60.61%

 GREEN value IS 34 (13.67% from 255) = 14.72%

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 60.61%
G = 14.72%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C2239 (or 0x8C2239) is known color: Shiraz. HEX triplet: 8C, 22 and 39. RGB value is (140,34,57). Sum of RGB (Red+Green+Blue) = 140+34+57=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2239 is #73DDC6. Grayscale: #444444. Windows color (decimal): -7593415 or 3744396. OLE color: 3744396.

HSL color Cylindrical-coordinate representation of color #8C2239: hue angle of 346.98º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2239 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 34 57 -
CMYK 0 0.76 0.59 0.45
HSL 346.98º 0.61% 0.34% -
HSV(B) 346.98º 0.76% 0.55% -
XYZ 12.13 7.01 4.59 -
YUV 68.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 140 34 57 0 0.76 0.59 0.45 346.98 0.61 0.34
Hex 8C 22 39 0 4C 3B 2D 15B 3D 22
Octal 214 42 71 0 114 73 55 533 75 42
Binary 10001100 100010 111001 0 1001100 111011 101101 101011011 111101 100010

Color Harmonies of #8C2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2239

Black with #8C2239

Text Example


Text Example

White with #8C2239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,34,57); }

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

background-color css

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

 a { background-color: rgb(140,34,57); }

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

border-color css

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

 span { border-color: rgb(140,34,57); }

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