Html Css Color HEX #870012 Sangria

📋 copy color: '#870012'

red 135 ◦ green 0 ◦ blue 18

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

Shades of Sangria #870012

Tints of Sangria #870012

RGB

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

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

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

R = 88.24%
G = 0%
B = 11.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#870012 (or 0x870012) is known color: Sangria. HEX triplet: 87, 00 and 12. RGB value is (135,0,18). Sum of RGB (Red+Green+Blue) = 135+0+18=153 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.24% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 135 - color contains mainly: red. Hex color #870012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870012 is #78FFED. Grayscale: #2A2A2A. Windows color (decimal): -7929838 or 1179783. OLE color: 1179783.

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

Color convert

RGB 135 0 18 -
CMYK 0 1 0.87 0.47
HSL 352º 1% 0.26% -
HSV(B) 352º 1% 0.53% -
XYZ 10.1 5.19 1.04 -
YUV 42.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 135 0 18 0 1 0.87 0.47 352 1 0.26
Hex 87 0 12 0 64 57 2F 160 64 1A
Octal 207 0 22 0 144 127 57 540 144 32
Binary 10000111 0 10010 0 1100100 1010111 101111 101100000 1100100 11010

Color Harmonies of #870012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870012

Black with #870012

Text Example


Text Example

White with #870012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870012; }

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

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

background-color css

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

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

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

border-color css

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

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

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