Html Css Color HEX #8C1737 Shiraz

📋 copy color: '#8C1737'

red 140 ◦ green 23 ◦ blue 55

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

Shades of Shiraz #8C1737

Tints of Shiraz #8C1737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 64.22%
G = 10.55%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C1737 (or 0x8C1737) is known color: Shiraz. HEX triplet: 8C, 17 and 37. RGB value is (140,23,55). Sum of RGB (Red+Green+Blue) = 140+23+55=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1737 is #73E8C8. Grayscale: #3D3D3D. Windows color (decimal): -7596233 or 3610508. OLE color: 3610508.

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

Color convert

RGB 140 23 55 -
CMYK 0 0.84 0.61 0.45
HSL 343.59º 0.72% 0.32% -
HSV(B) 343.59º 0.84% 0.55% -
XYZ 11.81 6.46 4.24 -
YUV 61.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 140 23 55 0 0.84 0.61 0.45 343.59 0.72 0.32
Hex 8C 17 37 0 54 3D 2D 158 48 20
Octal 214 27 67 0 124 75 55 530 110 40
Binary 10001100 10111 110111 0 1010100 111101 101101 101011000 1001000 100000

Color Harmonies of #8C1737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1737

Black with #8C1737

Text Example


Text Example

White with #8C1737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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