Html Css Color HEX #870C12 Sangria

📋 copy color: '#870C12'

red 135 ◦ green 12 ◦ blue 18

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

Shades of Sangria #870C12

Tints of Sangria #870C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 81.82%
G = 7.27%
B = 10.91%

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

#870C12 (or 0x870C12) is known color: Sangria. HEX triplet: 87, 0C and 12. RGB value is (135,12,18). Sum of RGB (Red+Green+Blue) = 135+12+18=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #870C12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C12 is #78F3ED. Grayscale: #313131. Windows color (decimal): -7926766 or 1182855. OLE color: 1182855.

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

Color convert

RGB 135 12 18 -
CMYK 0 0.91 0.87 0.47
HSL 357.07º 0.84% 0.29% -
HSV(B) 357.07º 0.91% 0.53% -
XYZ 10.23 5.46 1.09 -
YUV 49.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 135 12 18 0 0.91 0.87 0.47 357.07 0.84 0.29
Hex 87 C 12 0 5B 57 2F 165 54 1D
Octal 207 14 22 0 133 127 57 545 124 35
Binary 10000111 1100 10010 0 1011011 1010111 101111 101100101 1010100 11101

Color Harmonies of #870C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C12

Black with #870C12

Text Example


Text Example

White with #870C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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