Html Css Color HEX #771300 Maroon

📋 copy color: '#771300'

red 119 ◦ green 19 ◦ blue 0

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

Shades of Maroon #771300

Tints of Maroon #771300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.23%
G = 13.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#771300 (or 0x771300) is known color: Maroon. HEX triplet: 77, 13 and 00. RGB value is (119,19,0). Sum of RGB (Red+Green+Blue) = 119+19+0=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #771300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771300 is #88ECFF. Grayscale: #2E2E2E. Windows color (decimal): -8973568 or 4983. OLE color: 4983.

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

Color convert

RGB 119 19 0 -
CMYK 0 0.84 1 0.53
HSL 9.58º 1% 0.23% -
HSV(B) 9.58º 1% 0.47% -
XYZ 7.84 4.39 0.43 -
YUV 46.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 119 19 0 0 0.84 1 0.53 9.58 1 0.23
Hex 77 13 0 0 54 64 35 A 64 17
Octal 167 23 0 0 124 144 65 12 144 27
Binary 1110111 10011 0 0 1010100 1100100 110101 1010 1100100 10111

Color Harmonies of #771300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771300

Black with #771300

Text Example


Text Example

White with #771300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771300; }

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

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

background-color css

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

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

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

border-color css

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

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

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