Html Css Color HEX #870310 Sangria

📋 copy color: '#870310'

red 135 ◦ green 3 ◦ blue 16

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

Shades of Sangria #870310

Tints of Sangria #870310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.39%

R = 87.66%
G = 1.95%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#870310 (or 0x870310) is known color: Sangria. HEX triplet: 87, 03 and 10. RGB value is (135,3,16). Sum of RGB (Red+Green+Blue) = 135+3+16=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #870310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870310 is #78FCEF. Grayscale: #2C2C2C. Windows color (decimal): -7929072 or 1049479. OLE color: 1049479.

HSL color Cylindrical-coordinate representation of color #870310: hue angle of 354.09º 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 #870310 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 3 16 -
CMYK 0 0.98 0.88 0.47
HSL 354.09º 0.96% 0.27% -
HSV(B) 354.09º 0.98% 0.53% -
XYZ 10.12 5.25 0.97 -
YUV 43.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 135 3 16 0 0.98 0.88 0.47 354.09 0.96 0.27
Hex 87 3 10 0 62 58 2F 162 60 1B
Octal 207 3 20 0 142 130 57 542 140 33
Binary 10000111 11 10000 0 1100010 1011000 101111 101100010 1100000 11011

Color Harmonies of #870310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870310

Black with #870310

Text Example


Text Example

White with #870310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870310; }

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

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

background-color css

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

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

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

border-color css

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

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

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