Html Css Color HEX #870C11 Sangria

📋 copy color: '#870C11'

red 135 ◦ green 12 ◦ blue 17

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

Shades of Sangria #870C11

Tints of Sangria #870C11

RGB

 RED value IS 135 (53.13% from 255) = 82.32%

 GREEN value IS 12 (5.08% from 255) = 7.32%

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 82.32%
G = 7.32%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#870C11 (or 0x870C11) is known color: Sangria. HEX triplet: 87, 0C and 11. RGB value is (135,12,17). Sum of RGB (Red+Green+Blue) = 135+12+17=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #870C11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C11 is #78F3EE. Grayscale: #313131. Windows color (decimal): -7926767 or 1117319. OLE color: 1117319.

HSL color Cylindrical-coordinate representation of color #870C11: hue angle of 357.56º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C11 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 17 -
CMYK 0 0.91 0.87 0.47
HSL 357.56º 0.84% 0.29% -
HSV(B) 357.56º 0.91% 0.53% -
XYZ 10.22 5.45 1.04 -
YUV 49.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 135 12 17 0 0.91 0.87 0.47 357.56 0.84 0.29
Hex 87 C 11 0 5B 57 2F 166 54 1D
Octal 207 14 21 0 133 127 57 546 124 35
Binary 10000111 1100 10001 0 1011011 1010111 101111 101100110 1010100 11101

Color Harmonies of #870C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C11

Black with #870C11

Text Example


Text Example

White with #870C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870C11; }

 p { color: rgb(135,12,17); }

 H1.HeaderClassName
 {
   color: #870C11;
 }
 .AnyTagClassName
 {
   color: #870C11;
 }
</style>

background-color css

<style>
 a { background-color: #870C11; }

 a { background-color: rgb(135,12,17); }

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

border-color css

<style>
 span { border-color: #870C11; }

 span { border-color: rgb(135,12,17); }

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