Html Css Color HEX #861013 Sangria

📋 copy color: '#861013'

red 134 ◦ green 16 ◦ blue 19

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

Shades of Sangria #861013

Tints of Sangria #861013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 79.29%
G = 9.47%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#861013 (or 0x861013) is known color: Sangria. HEX triplet: 86, 10 and 13. RGB value is (134,16,19). Sum of RGB (Red+Green+Blue) = 134+16+19=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #861013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861013 is #79EFEC. Grayscale: #333333. Windows color (decimal): -7991277 or 1249414. OLE color: 1249414.

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

Color convert

RGB 134 16 19 -
CMYK 0 0.88 0.86 0.47
HSL 358.47º 0.79% 0.29% -
HSV(B) 358.47º 0.88% 0.53% -
XYZ 10.13 5.49 1.14 -
YUV 51.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 134 16 19 0 0.88 0.86 0.47 358.47 0.79 0.29
Hex 86 10 13 0 58 56 2F 166 4F 1D
Octal 206 20 23 0 130 126 57 546 117 35
Binary 10000110 10000 10011 0 1011000 1010110 101111 101100110 1001111 11101

Color Harmonies of #861013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861013

Black with #861013

Text Example


Text Example

White with #861013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861013; }

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

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

background-color css

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

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

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

border-color css

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

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

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