Html Css Color HEX #861015 Sangria

📋 copy color: '#861015'

red 134 ◦ green 16 ◦ blue 21

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

Shades of Sangria #861015

Tints of Sangria #861015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.28%

R = 78.36%
G = 9.36%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#861015 (or 0x861015) is known color: Sangria. HEX triplet: 86, 10 and 15. RGB value is (134,16,21). Sum of RGB (Red+Green+Blue) = 134+16+21=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #861015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861015 is #79EFEA. Grayscale: #333333. Windows color (decimal): -7991275 or 1380486. OLE color: 1380486.

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

Color convert

RGB 134 16 21 -
CMYK 0 0.88 0.84 0.47
HSL 357.46º 0.79% 0.29% -
HSV(B) 357.46º 0.88% 0.53% -
XYZ 10.15 5.49 1.23 -
YUV 51.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 134 16 21 0 0.88 0.84 0.47 357.46 0.79 0.29
Hex 86 10 15 0 58 54 2F 165 4F 1D
Octal 206 20 25 0 130 124 57 545 117 35
Binary 10000110 10000 10101 0 1011000 1010100 101111 101100101 1001111 11101

Color Harmonies of #861015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861015

Black with #861015

Text Example


Text Example

White with #861015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861015; }

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

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

background-color css

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

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

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

border-color css

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

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

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