Html Css Color HEX #870C10 Sangria

📋 copy color: '#870C10'

red 135 ◦ green 12 ◦ blue 16

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

Shades of Sangria #870C10

Tints of Sangria #870C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 82.82%
G = 7.36%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#870C10 (or 0x870C10) is known color: Sangria. HEX triplet: 87, 0C and 10. RGB value is (135,12,16). Sum of RGB (Red+Green+Blue) = 135+12+16=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C10 is #78F3EF. Grayscale: #313131. Windows color (decimal): -7926768 or 1051783. OLE color: 1051783.

HSL color Cylindrical-coordinate representation of color #870C10: hue angle of 358.05º 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 #870C10 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 16 -
CMYK 0 0.91 0.88 0.47
HSL 358.05º 0.84% 0.29% -
HSV(B) 358.05º 0.91% 0.53% -
XYZ 10.22 5.45 1 -
YUV 49.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 135 12 16 0 0.91 0.88 0.47 358.05 0.84 0.29
Hex 87 C 10 0 5B 58 2F 166 54 1D
Octal 207 14 20 0 133 130 57 546 124 35
Binary 10000111 1100 10000 0 1011011 1011000 101111 101100110 1010100 11101

Color Harmonies of #870C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C10

Black with #870C10

Text Example


Text Example

White with #870C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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