Html Css Color HEX #870213 Sangria

📋 copy color: '#870213'

red 135 ◦ green 2 ◦ blue 19

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

Shades of Sangria #870213

Tints of Sangria #870213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 86.54%
G = 1.28%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#870213 (or 0x870213) is known color: Sangria. HEX triplet: 87, 02 and 13. RGB value is (135,2,19). Sum of RGB (Red+Green+Blue) = 135+2+19=156 (20% of max value = 765). Red value is 135 (53.12% from 255 or 86.54% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 135 - color contains mainly: red. Hex color #870213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870213 is #78FDEC. Grayscale: #2B2B2B. Windows color (decimal): -7929325 or 1245831. OLE color: 1245831.

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

Color convert

RGB 135 2 19 -
CMYK 0 0.99 0.86 0.47
HSL 352.33º 0.97% 0.27% -
HSV(B) 352.33º 0.99% 0.53% -
XYZ 10.13 5.24 1.09 -
YUV 43.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 135 2 19 0 0.99 0.86 0.47 352.33 0.97 0.27
Hex 87 2 13 0 63 56 2F 160 61 1B
Octal 207 2 23 0 143 126 57 540 141 33
Binary 10000111 10 10011 0 1100011 1010110 101111 101100000 1100001 11011

Color Harmonies of #870213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870213

Black with #870213

Text Example


Text Example

White with #870213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870213; }

 p { color: rgb(135,2,19); }

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

background-color css

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

 a { background-color: rgb(135,2,19); }

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

border-color css

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

 span { border-color: rgb(135,2,19); }

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