Html Css Color HEX #771402 Maroon

📋 copy color: '#771402'

red 119 ◦ green 20 ◦ blue 2

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

Shades of Maroon #771402

Tints of Maroon #771402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 84.4%
G = 14.18%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#771402 (or 0x771402) is known color: Maroon. HEX triplet: 77, 14 and 02. RGB value is (119,20,2). Sum of RGB (Red+Green+Blue) = 119+20+2=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #771402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771402 is #88EBFD. Grayscale: #2F2F2F. Windows color (decimal): -8973310 or 136311. OLE color: 136311.

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

Color convert

RGB 119 20 2 -
CMYK 0 0.83 0.98 0.53
HSL 9.23º 0.97% 0.24% -
HSV(B) 9.23º 0.98% 0.47% -
XYZ 7.87 4.43 0.5 -
YUV 47.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 119 20 2 0 0.83 0.98 0.53 9.23 0.97 0.24
Hex 77 14 2 0 53 62 35 9 61 18
Octal 167 24 2 0 123 142 65 11 141 30
Binary 1110111 10100 10 0 1010011 1100010 110101 1001 1100001 11000

Color Harmonies of #771402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771402

Black with #771402

Text Example


Text Example

White with #771402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771402; }

 p { color: rgb(119,20,2); }

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

background-color css

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

 a { background-color: rgb(119,20,2); }

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

border-color css

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

 span { border-color: rgb(119,20,2); }

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