Html Css Color HEX #870713 Sangria

📋 copy color: '#870713'

red 135 ◦ green 7 ◦ blue 19

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

Shades of Sangria #870713

Tints of Sangria #870713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

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

R = 83.85%
G = 4.35%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#870713 (or 0x870713) is known color: Sangria. HEX triplet: 87, 07 and 13. RGB value is (135,7,19). Sum of RGB (Red+Green+Blue) = 135+7+19=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #870713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870713 is #78F8EC. Grayscale: #2E2E2E. Windows color (decimal): -7928045 or 1247111. OLE color: 1247111.

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

Color convert

RGB 135 7 19 -
CMYK 0 0.95 0.86 0.47
HSL 354.38º 0.9% 0.28% -
HSV(B) 354.38º 0.95% 0.53% -
XYZ 10.19 5.35 1.11 -
YUV 46.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 135 7 19 0 0.95 0.86 0.47 354.38 0.9 0.28
Hex 87 7 13 0 5F 56 2F 162 5A 1C
Octal 207 7 23 0 137 126 57 542 132 34
Binary 10000111 111 10011 0 1011111 1010110 101111 101100010 1011010 11100

Color Harmonies of #870713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870713

Black with #870713

Text Example


Text Example

White with #870713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870713; }

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

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

background-color css

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

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

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

border-color css

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

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

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