Html Css Color HEX #860A0C Sangria

📋 copy color: '#860A0C'

red 134 ◦ green 10 ◦ blue 12

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

Shades of Sangria #860A0C

Tints of Sangria #860A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.41%

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 85.9%
G = 6.41%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#860A0C (or 0x860A0C) is known color: Sangria. HEX triplet: 86, 0A and 0C. RGB value is (134,10,12). Sum of RGB (Red+Green+Blue) = 134+10+12=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #860A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A0C is #79F5F3. Grayscale: #2F2F2F. Windows color (decimal): -7992820 or 789126. OLE color: 789126.

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

Color convert

RGB 134 10 12 -
CMYK 0 0.93 0.91 0.47
HSL 359.03º 0.86% 0.28% -
HSV(B) 359.03º 0.93% 0.53% -
XYZ 10.01 5.31 0.85 -
YUV 47.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 134 10 12 0 0.93 0.91 0.47 359.03 0.86 0.28
Hex 86 A C 0 5D 5B 2F 167 56 1C
Octal 206 12 14 0 135 133 57 547 126 34
Binary 10000110 1010 1100 0 1011101 1011011 101111 101100111 1010110 11100

Color Harmonies of #860A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A0C

Black with #860A0C

Text Example


Text Example

White with #860A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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