Html Css Color HEX #860710 Sangria

📋 copy color: '#860710'

red 134 ◦ green 7 ◦ blue 16

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

Shades of Sangria #860710

Tints of Sangria #860710

RGB

 RED value IS 134 (52.73% from 255) = 85.35%

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

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

R = 85.35%
G = 4.46%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#860710 (or 0x860710) is known color: Sangria. HEX triplet: 86, 07 and 10. RGB value is (134,7,16). Sum of RGB (Red+Green+Blue) = 134+7+16=157 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.35% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 134 - color contains mainly: red. Hex color #860710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860710 is #79F8EF. Grayscale: #2E2E2E. Windows color (decimal): -7993584 or 1050502. OLE color: 1050502.

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

Color convert

RGB 134 7 16 -
CMYK 0 0.95 0.88 0.47
HSL 355.75º 0.9% 0.28% -
HSV(B) 355.75º 0.95% 0.53% -
XYZ 10 5.26 0.98 -
YUV 46 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 134 7 16 0 0.95 0.88 0.47 355.75 0.9 0.28
Hex 86 7 10 0 5F 58 2F 164 5A 1C
Octal 206 7 20 0 137 130 57 544 132 34
Binary 10000110 111 10000 0 1011111 1011000 101111 101100100 1011010 11100

Color Harmonies of #860710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860710

Black with #860710

Text Example


Text Example

White with #860710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860710; }

 p { color: rgb(134,7,16); }

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

background-color css

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

 a { background-color: rgb(134,7,16); }

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

border-color css

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

 span { border-color: rgb(134,7,16); }

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