Html Css Color HEX #771304 Maroon

📋 copy color: '#771304'

red 119 ◦ green 19 ◦ blue 4

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

Shades of Maroon #771304

Tints of Maroon #771304

RGB

 RED value IS 119 (46.88% from 255) = 83.8%

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

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

R = 83.8%
G = 13.38%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#771304 (or 0x771304) is known color: Maroon. HEX triplet: 77, 13 and 04. RGB value is (119,19,4). Sum of RGB (Red+Green+Blue) = 119+19+4=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #771304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771304 is #88ECFB. Grayscale: #2F2F2F. Windows color (decimal): -8973564 or 267127. OLE color: 267127.

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

Color convert

RGB 119 19 4 -
CMYK 0 0.84 0.97 0.53
HSL 7.83º 0.93% 0.24% -
HSV(B) 7.83º 0.97% 0.47% -
XYZ 7.86 4.4 0.55 -
YUV 47.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 119 19 4 0 0.84 0.97 0.53 7.83 0.93 0.24
Hex 77 13 4 0 54 61 35 8 5D 18
Octal 167 23 4 0 124 141 65 10 135 30
Binary 1110111 10011 100 0 1010100 1100001 110101 1000 1011101 11000

Color Harmonies of #771304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771304

Black with #771304

Text Example


Text Example

White with #771304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771304; }

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

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

background-color css

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

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

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

border-color css

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

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

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