Html Css Color HEX #8C172E Shiraz

📋 copy color: '#8C172E'

red 140 ◦ green 23 ◦ blue 46

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

Shades of Shiraz #8C172E

Tints of Shiraz #8C172E

RGB

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

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

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

R = 66.99%
G = 11%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C172E (or 0x8C172E) is known color: Shiraz. HEX triplet: 8C, 17 and 2E. RGB value is (140,23,46). Sum of RGB (Red+Green+Blue) = 140+23+46=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C172E is #73E8D1. Grayscale: #3C3C3C. Windows color (decimal): -7596242 or 3020684. OLE color: 3020684.

HSL color Cylindrical-coordinate representation of color #8C172E: hue angle of 348.21º 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 #8C172E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 23 46 -
CMYK 0 0.84 0.67 0.45
HSL 348.21º 0.72% 0.32% -
HSV(B) 348.21º 0.84% 0.55% -
XYZ 11.61 6.39 3.21 -
YUV 60.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 140 23 46 0 0.84 0.67 0.45 348.21 0.72 0.32
Hex 8C 17 2E 0 54 43 2D 15C 48 20
Octal 214 27 56 0 124 103 55 534 110 40
Binary 10001100 10111 101110 0 1010100 1000011 101101 101011100 1001000 100000

Color Harmonies of #8C172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C172E

Black with #8C172E

Text Example


Text Example

White with #8C172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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