Html Css Color HEX #870411 Sangria

📋 copy color: '#870411'

red 135 ◦ green 4 ◦ blue 17

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

Shades of Sangria #870411

Tints of Sangria #870411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 86.54%
G = 2.56%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#870411 (or 0x870411) is known color: Sangria. HEX triplet: 87, 04 and 11. RGB value is (135,4,17). Sum of RGB (Red+Green+Blue) = 135+4+17=156 (20% of max value = 765). Red value is 135 (53.12% from 255 or 86.54% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 135 - color contains mainly: red. Hex color #870411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870411 is #78FBEE. Grayscale: #2C2C2C. Windows color (decimal): -7928815 or 1115271. OLE color: 1115271.

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

Color convert

RGB 135 4 17 -
CMYK 0 0.97 0.87 0.47
HSL 354.05º 0.94% 0.27% -
HSV(B) 354.05º 0.97% 0.53% -
XYZ 10.14 5.28 1.01 -
YUV 44.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 135 4 17 0 0.97 0.87 0.47 354.05 0.94 0.27
Hex 87 4 11 0 61 57 2F 162 5E 1B
Octal 207 4 21 0 141 127 57 542 136 33
Binary 10000111 100 10001 0 1100001 1010111 101111 101100010 1011110 11011

Color Harmonies of #870411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870411

Black with #870411

Text Example


Text Example

White with #870411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870411; }

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

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

background-color css

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

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

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

border-color css

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

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

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