Html Css Color HEX #860610 Sangria

📋 copy color: '#860610'

red 134 ◦ green 6 ◦ blue 16

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

Shades of Sangria #860610

Tints of Sangria #860610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

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

R = 85.9%
G = 3.85%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#860610 (or 0x860610) is known color: Sangria. HEX triplet: 86, 06 and 10. RGB value is (134,6,16). Sum of RGB (Red+Green+Blue) = 134+6+16=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #860610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860610 is #79F9EF. Grayscale: #2D2D2D. Windows color (decimal): -7993840 or 1050246. OLE color: 1050246.

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

Color convert

RGB 134 6 16 -
CMYK 0 0.96 0.88 0.47
HSL 355.31º 0.91% 0.27% -
HSV(B) 355.31º 0.96% 0.53% -
XYZ 9.99 5.24 0.97 -
YUV 45.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 134 6 16 0 0.96 0.88 0.47 355.31 0.91 0.27
Hex 86 6 10 0 60 58 2F 163 5B 1B
Octal 206 6 20 0 140 130 57 543 133 33
Binary 10000110 110 10000 0 1100000 1011000 101111 101100011 1011011 11011

Color Harmonies of #860610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860610

Black with #860610

Text Example


Text Example

White with #860610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860610; }

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

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

background-color css

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

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

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

border-color css

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

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

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