Html Css Color HEX #8C000D Sangria

📋 copy color: '#8C000D'

red 140 ◦ green 0 ◦ blue 13

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

Shades of Sangria #8C000D

Tints of Sangria #8C000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 91.5%
G = 0%
B = 8.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C000D (or 0x8C000D) is known color: Sangria. HEX triplet: 8C, 00 and 0D. RGB value is (140,0,13). Sum of RGB (Red+Green+Blue) = 140+0+13=153 (20% of max value = 765). Red value is 140 (55.08% from 255 or 91.50% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 140 - color contains mainly: red. Hex color #8C000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C000D is #73FFF2. Grayscale: #2B2B2B. Windows color (decimal): -7602163 or 852108. OLE color: 852108.

HSL color Cylindrical-coordinate representation of color #8C000D: hue angle of 354.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C000D is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 0 13 -
CMYK 0 1 0.91 0.45
HSL 354.43º 1% 0.27% -
HSV(B) 354.43º 1% 0.55% -
XYZ 10.89 5.6 0.89 -
YUV 43.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 140 0 13 0 1 0.91 0.45 354.43 1 0.27
Hex 8C 0 D 0 64 5B 2D 162 64 1B
Octal 214 0 15 0 144 133 55 542 144 33
Binary 10001100 0 1101 0 1100100 1011011 101101 101100010 1100100 11011

Color Harmonies of #8C000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C000D

Black with #8C000D

Text Example


Text Example

White with #8C000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,0,13); }

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

background-color css

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

 a { background-color: rgb(140,0,13); }

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

border-color css

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

 span { border-color: rgb(140,0,13); }

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