Html Css Color HEX #860C14 Sangria

📋 copy color: '#860C14'

red 134 ◦ green 12 ◦ blue 20

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

Shades of Sangria #860C14

Tints of Sangria #860C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 80.72%
G = 7.23%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#860C14 (or 0x860C14) is known color: Sangria. HEX triplet: 86, 0C and 14. RGB value is (134,12,20). Sum of RGB (Red+Green+Blue) = 134+12+20=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #860C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C14 is #79F3EB. Grayscale: #313131. Windows color (decimal): -7992300 or 1313926. OLE color: 1313926.

HSL color Cylindrical-coordinate representation of color #860C14: hue angle of 356.07º 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 #860C14 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 12 20 -
CMYK 0 0.91 0.85 0.47
HSL 356.07º 0.84% 0.29% -
HSV(B) 356.07º 0.91% 0.53% -
XYZ 10.09 5.38 1.17 -
YUV 49.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 134 12 20 0 0.91 0.85 0.47 356.07 0.84 0.29
Hex 86 C 14 0 5B 55 2F 164 54 1D
Octal 206 14 24 0 133 125 57 544 124 35
Binary 10000110 1100 10100 0 1011011 1010101 101111 101100100 1010100 11101

Color Harmonies of #860C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C14

Black with #860C14

Text Example


Text Example

White with #860C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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