Html Css Color HEX #8C172D Shiraz

📋 copy color: '#8C172D'

red 140 ◦ green 23 ◦ blue 45

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

Shades of Shiraz #8C172D

Tints of Shiraz #8C172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 67.31%
G = 11.06%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C172D (or 0x8C172D) is known color: Shiraz. HEX triplet: 8C, 17 and 2D. RGB value is (140,23,45). Sum of RGB (Red+Green+Blue) = 140+23+45=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C172D is #73E8D2. Grayscale: #3C3C3C. Windows color (decimal): -7596243 or 2955148. OLE color: 2955148.

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

Color convert

RGB 140 23 45 -
CMYK 0 0.84 0.68 0.45
HSL 348.72º 0.72% 0.32% -
HSV(B) 348.72º 0.84% 0.55% -
XYZ 11.6 6.38 3.1 -
YUV 60.49 119.26 184.71 -
System Red Green Blue C M Y K H S L
Decimal 140 23 45 0 0.84 0.68 0.45 348.72 0.72 0.32
Hex 8C 17 2D 0 54 44 2D 15D 48 20
Octal 214 27 55 0 124 104 55 535 110 40
Binary 10001100 10111 101101 0 1010100 1000100 101101 101011101 1001000 100000

Color Harmonies of #8C172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C172D

Black with #8C172D

Text Example


Text Example

White with #8C172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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