Html Css Color HEX #870912 Sangria

📋 copy color: '#870912'

red 135 ◦ green 9 ◦ blue 18

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

Shades of Sangria #870912

Tints of Sangria #870912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 83.33%
G = 5.56%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#870912 (or 0x870912) is known color: Sangria. HEX triplet: 87, 09 and 12. RGB value is (135,9,18). Sum of RGB (Red+Green+Blue) = 135+9+18=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #870912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870912 is #78F6ED. Grayscale: #2F2F2F. Windows color (decimal): -7927534 or 1182087. OLE color: 1182087.

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

Color convert

RGB 135 9 18 -
CMYK 0 0.93 0.87 0.47
HSL 355.71º 0.88% 0.28% -
HSV(B) 355.71º 0.93% 0.53% -
XYZ 10.2 5.39 1.08 -
YUV 47.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 135 9 18 0 0.93 0.87 0.47 355.71 0.88 0.28
Hex 87 9 12 0 5D 57 2F 164 58 1C
Octal 207 11 22 0 135 127 57 544 130 34
Binary 10000111 1001 10010 0 1011101 1010111 101111 101100100 1011000 11100

Color Harmonies of #870912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870912

Black with #870912

Text Example


Text Example

White with #870912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870912; }

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

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

background-color css

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

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

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

border-color css

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

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

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