Html Css Color HEX #860104 Sangria

📋 copy color: '#860104'

red 134 ◦ green 1 ◦ blue 4

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

Shades of Sangria #860104

Tints of Sangria #860104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 4 (1.95% from 255) = 2.88%

R = 96.4%
G = 0.72%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#860104 (or 0x860104) is known color: Sangria. HEX triplet: 86, 01 and 04. RGB value is (134,1,4). Sum of RGB (Red+Green+Blue) = 134+1+4=139 (18% of max value = 765). Red value is 134 (52.73% from 255 or 96.40% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 134 - color contains mainly: red. Hex color #860104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860104 is #79FEFB. Grayscale: #292929. Windows color (decimal): -7995132 or 262534. OLE color: 262534.

HSL color Cylindrical-coordinate representation of color #860104: hue angle of 358.65º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860104 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 4 -
CMYK 0 0.99 0.97 0.47
HSL 358.65º 0.99% 0.26% -
HSV(B) 358.65º 0.99% 0.53% -
XYZ 9.86 5.1 0.58 -
YUV 41.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 134 1 4 0 0.99 0.97 0.47 358.65 0.99 0.26
Hex 86 1 4 0 63 61 2F 167 63 1A
Octal 206 1 4 0 143 141 57 547 143 32
Binary 10000110 1 100 0 1100011 1100001 101111 101100111 1100011 11010

Color Harmonies of #860104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860104

Black with #860104

Text Example


Text Example

White with #860104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860104; }

 p { color: rgb(134,1,4); }

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

background-color css

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

 a { background-color: rgb(134,1,4); }

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

border-color css

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

 span { border-color: rgb(134,1,4); }

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