Html Css Color HEX #870311 Sangria

📋 copy color: '#870311'

red 135 ◦ green 3 ◦ blue 17

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

Shades of Sangria #870311

Tints of Sangria #870311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

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

R = 87.1%
G = 1.94%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#870311 (or 0x870311) is known color: Sangria. HEX triplet: 87, 03 and 11. RGB value is (135,3,17). Sum of RGB (Red+Green+Blue) = 135+3+17=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #870311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870311 is #78FCEE. Grayscale: #2C2C2C. Windows color (decimal): -7929071 or 1115015. OLE color: 1115015.

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

Color convert

RGB 135 3 17 -
CMYK 0 0.98 0.87 0.47
HSL 353.64º 0.96% 0.27% -
HSV(B) 353.64º 0.98% 0.53% -
XYZ 10.13 5.26 1.01 -
YUV 44.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 135 3 17 0 0.98 0.87 0.47 353.64 0.96 0.27
Hex 87 3 11 0 62 57 2F 162 60 1B
Octal 207 3 21 0 142 127 57 542 140 33
Binary 10000111 11 10001 0 1100010 1010111 101111 101100010 1100000 11011

Color Harmonies of #870311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870311

Black with #870311

Text Example


Text Example

White with #870311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870311; }

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

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

background-color css

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

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

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

border-color css

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

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

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