Html Css Color HEX #771002 Maroon

📋 copy color: '#771002'

red 119 ◦ green 16 ◦ blue 2

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

Shades of Maroon #771002

Tints of Maroon #771002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 86.86%
G = 11.68%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#771002 (or 0x771002) is known color: Maroon. HEX triplet: 77, 10 and 02. RGB value is (119,16,2). Sum of RGB (Red+Green+Blue) = 119+16+2=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #771002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771002 is #88EFFD. Grayscale: #2D2D2D. Windows color (decimal): -8974334 or 135287. OLE color: 135287.

HSL color Cylindrical-coordinate representation of color #771002: hue angle of 7.18º 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 #771002 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 2 -
CMYK 0 0.87 0.98 0.53
HSL 7.18º 0.97% 0.24% -
HSV(B) 7.18º 0.98% 0.47% -
XYZ 7.8 4.3 0.48 -
YUV 45.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 119 16 2 0 0.87 0.98 0.53 7.18 0.97 0.24
Hex 77 10 2 0 57 62 35 7 61 18
Octal 167 20 2 0 127 142 65 7 141 30
Binary 1110111 10000 10 0 1010111 1100010 110101 111 1100001 11000

Color Harmonies of #771002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771002

Black with #771002

Text Example


Text Example

White with #771002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771002; }

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

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

background-color css

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

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

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

border-color css

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

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

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