Html Css Color HEX #8C2437 Shiraz

📋 copy color: '#8C2437'

red 140 ◦ green 36 ◦ blue 55

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

Shades of Shiraz #8C2437

Tints of Shiraz #8C2437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

 BLUE value IS 55 (21.88% from 255) = 23.81%

R = 60.61%
G = 15.58%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C2437 (or 0x8C2437) is known color: Shiraz. HEX triplet: 8C, 24 and 37. RGB value is (140,36,55). Sum of RGB (Red+Green+Blue) = 140+36+55=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2437 is #73DBC8. Grayscale: #454545. Windows color (decimal): -7592905 or 3613836. OLE color: 3613836.

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

Color convert

RGB 140 36 55 -
CMYK 0 0.74 0.61 0.45
HSL 349.04º 0.59% 0.35% -
HSV(B) 349.04º 0.74% 0.55% -
XYZ 12.14 7.11 4.35 -
YUV 69.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 140 36 55 0 0.74 0.61 0.45 349.04 0.59 0.35
Hex 8C 24 37 0 4A 3D 2D 15D 3B 23
Octal 214 44 67 0 112 75 55 535 73 43
Binary 10001100 100100 110111 0 1001010 111101 101101 101011101 111011 100011

Color Harmonies of #8C2437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2437

Black with #8C2437

Text Example


Text Example

White with #8C2437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,36,55); }

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

background-color css

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

 a { background-color: rgb(140,36,55); }

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

border-color css

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

 span { border-color: rgb(140,36,55); }

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