Html Css Color HEX #861518 Sangria

📋 copy color: '#861518'

red 134 ◦ green 21 ◦ blue 24

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

Shades of Sangria #861518

Tints of Sangria #861518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

 BLUE value IS 24 (9.77% from 255) = 13.41%

R = 74.86%
G = 11.73%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#861518 (or 0x861518) is known color: Sangria. HEX triplet: 86, 15 and 18. RGB value is (134,21,24). Sum of RGB (Red+Green+Blue) = 134+21+24=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #861518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861518 is #79EAE7. Grayscale: #373737. Windows color (decimal): -7989992 or 1578374. OLE color: 1578374.

HSL color Cylindrical-coordinate representation of color #861518: hue angle of 358.41º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861518 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 24 -
CMYK 0 0.84 0.82 0.47
HSL 358.41º 0.73% 0.3% -
HSV(B) 358.41º 0.84% 0.53% -
XYZ 10.26 5.67 1.42 -
YUV 55.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 134 21 24 0 0.84 0.82 0.47 358.41 0.73 0.3
Hex 86 15 18 0 54 52 2F 166 49 1E
Octal 206 25 30 0 124 122 57 546 111 36
Binary 10000110 10101 11000 0 1010100 1010010 101111 101100110 1001001 11110

Color Harmonies of #861518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861518

Black with #861518

Text Example


Text Example

White with #861518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861518; }

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

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

background-color css

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

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

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

border-color css

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

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

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