Html Css Color HEX #8C1617 Sangria

📋 copy color: '#8C1617'

red 140 ◦ green 22 ◦ blue 23

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

Shades of Sangria #8C1617

Tints of Sangria #8C1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 75.68%
G = 11.89%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C1617 (or 0x8C1617) is known color: Sangria. HEX triplet: 8C, 16 and 17. RGB value is (140,22,23). Sum of RGB (Red+Green+Blue) = 140+22+23=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1617 is #73E9E8. Grayscale: #393939. Windows color (decimal): -7596521 or 1513100. OLE color: 1513100.

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

Color convert

RGB 140 22 23 -
CMYK 0 0.84 0.84 0.45
HSL 359.49º 0.73% 0.32% -
HSV(B) 359.49º 0.84% 0.55% -
XYZ 11.26 6.21 1.42 -
YUV 57.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 140 22 23 0 0.84 0.84 0.45 359.49 0.73 0.32
Hex 8C 16 17 0 54 54 2D 167 49 20
Octal 214 26 27 0 124 124 55 547 111 40
Binary 10001100 10110 10111 0 1010100 1010100 101101 101100111 1001001 100000

Color Harmonies of #8C1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1617

Black with #8C1617

Text Example


Text Example

White with #8C1617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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