Html Css Color HEX #860C13 Sangria

📋 copy color: '#860C13'

red 134 ◦ green 12 ◦ blue 19

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

Shades of Sangria #860C13

Tints of Sangria #860C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.27%

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

R = 81.21%
G = 7.27%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#860C13 (or 0x860C13) is known color: Sangria. HEX triplet: 86, 0C and 13. RGB value is (134,12,19). Sum of RGB (Red+Green+Blue) = 134+12+19=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #860C13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C13 is #79F3EC. Grayscale: #313131. Windows color (decimal): -7992301 or 1248390. OLE color: 1248390.

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

Color convert

RGB 134 12 19 -
CMYK 0 0.91 0.86 0.47
HSL 356.56º 0.84% 0.29% -
HSV(B) 356.56º 0.91% 0.53% -
XYZ 10.08 5.38 1.12 -
YUV 49.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 134 12 19 0 0.91 0.86 0.47 356.56 0.84 0.29
Hex 86 C 13 0 5B 56 2F 165 54 1D
Octal 206 14 23 0 133 126 57 545 124 35
Binary 10000110 1100 10011 0 1011011 1010110 101111 101100101 1010100 11101

Color Harmonies of #860C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C13

Black with #860C13

Text Example


Text Example

White with #860C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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