Html Css Color HEX #860E15 Sangria

📋 copy color: '#860E15'

red 134 ◦ green 14 ◦ blue 21

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

Shades of Sangria #860E15

Tints of Sangria #860E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.28%

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

R = 79.29%
G = 8.28%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#860E15 (or 0x860E15) is known color: Sangria. HEX triplet: 86, 0E and 15. RGB value is (134,14,21). Sum of RGB (Red+Green+Blue) = 134+14+21=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #860E15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860E15 is #79F1EA. Grayscale: #323232. Windows color (decimal): -7991787 or 1379974. OLE color: 1379974.

HSL color Cylindrical-coordinate representation of color #860E15: hue angle of 356.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E15 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 14 21 -
CMYK 0 0.90 0.84 0.47
HSL 356.5º 0.81% 0.29% -
HSV(B) 356.5º 0.9% 0.53% -
XYZ 10.12 5.44 1.23 -
YUV 50.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 134 14 21 0 0.90 0.84 0.47 356.5 0.81 0.29
Hex 86 E 15 0 5A 54 2F 164 51 1D
Octal 206 16 25 0 132 124 57 544 121 35
Binary 10000110 1110 10101 0 1011010 1010100 101111 101100100 1010001 11101

Color Harmonies of #860E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860E15

Black with #860E15

Text Example


Text Example

White with #860E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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