Html Css Color HEX #860D0E Sangria

📋 copy color: '#860D0E'

red 134 ◦ green 13 ◦ blue 14

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

Shades of Sangria #860D0E

Tints of Sangria #860D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.07%

 BLUE value IS 14 (5.86% from 255) = 8.7%

R = 83.23%
G = 8.07%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#860D0E (or 0x860D0E) is known color: Sangria. HEX triplet: 86, 0D and 0E. RGB value is (134,13,14). Sum of RGB (Red+Green+Blue) = 134+13+14=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #860D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860D0E is #79F2F1. Grayscale: #313131. Windows color (decimal): -7992050 or 920966. OLE color: 920966.

HSL color Cylindrical-coordinate representation of color #860D0E: hue angle of 359.5º degrees, saturation: 0.82, 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 #860D0E is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 13 14 -
CMYK 0 0.90 0.90 0.47
HSL 359.5º 0.82% 0.29% -
HSV(B) 359.5º 0.9% 0.53% -
XYZ 10.05 5.39 0.93 -
YUV 49.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 134 13 14 0 0.90 0.90 0.47 359.5 0.82 0.29
Hex 86 D E 0 5A 5A 2F 168 52 1D
Octal 206 15 16 0 132 132 57 550 122 35
Binary 10000110 1101 1110 0 1011010 1011010 101111 101101000 1010010 11101

Color Harmonies of #860D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D0E

Black with #860D0E

Text Example


Text Example

White with #860D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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