Html Css Color HEX #861304 Dark Red

📋 copy color: '#861304'

red 134 ◦ green 19 ◦ blue 4

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

Shades of Dark Red #861304

Tints of Dark Red #861304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

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

R = 85.35%
G = 12.1%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#861304 (or 0x861304) is known color: Dark Red. HEX triplet: 86, 13 and 04. RGB value is (134,19,4). Sum of RGB (Red+Green+Blue) = 134+19+4=157 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.35% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 134 - color contains mainly: red. Hex color #861304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861304 is #79ECFB. Grayscale: #333333. Windows color (decimal): -7990524 or 267142. OLE color: 267142.

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

Color convert

RGB 134 19 4 -
CMYK 0 0.86 0.97 0.47
HSL 6.92º 0.94% 0.27% -
HSV(B) 6.92º 0.97% 0.53% -
XYZ 10.09 5.54 0.65 -
YUV 51.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 134 19 4 0 0.86 0.97 0.47 6.92 0.94 0.27
Hex 86 13 4 0 56 61 2F 7 5E 1B
Octal 206 23 4 0 126 141 57 7 136 33
Binary 10000110 10011 100 0 1010110 1100001 101111 111 1011110 11011

Color Harmonies of #861304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861304

Black with #861304

Text Example


Text Example

White with #861304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861304; }

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

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

background-color css

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

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

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

border-color css

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

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

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