Html Css Color HEX #8C192E Shiraz

📋 copy color: '#8C192E'

red 140 ◦ green 25 ◦ blue 46

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

Shades of Shiraz #8C192E

Tints of Shiraz #8C192E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 66.35%
G = 11.85%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C192E (or 0x8C192E) is known color: Shiraz. HEX triplet: 8C, 19 and 2E. RGB value is (140,25,46). Sum of RGB (Red+Green+Blue) = 140+25+46=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C192E is #73E6D1. Grayscale: #3D3D3D. Windows color (decimal): -7595730 or 3021196. OLE color: 3021196.

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

Color convert

RGB 140 25 46 -
CMYK 0 0.82 0.67 0.45
HSL 349.04º 0.7% 0.32% -
HSV(B) 349.04º 0.82% 0.55% -
XYZ 11.66 6.47 3.22 -
YUV 61.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 140 25 46 0 0.82 0.67 0.45 349.04 0.7 0.32
Hex 8C 19 2E 0 52 43 2D 15D 46 20
Octal 214 31 56 0 122 103 55 535 106 40
Binary 10001100 11001 101110 0 1010010 1000011 101101 101011101 1000110 100000

Color Harmonies of #8C192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C192E

Black with #8C192E

Text Example


Text Example

White with #8C192E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,46); }

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

background-color css

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

 a { background-color: rgb(140,25,46); }

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

border-color css

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

 span { border-color: rgb(140,25,46); }

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