Html Css Color HEX #770D09 Maroon

📋 copy color: '#770D09'

red 119 ◦ green 13 ◦ blue 9

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

Shades of Maroon #770D09

Tints of Maroon #770D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.22%

 BLUE value IS 9 (3.91% from 255) = 6.38%

R = 84.4%
G = 9.22%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#770D09 (or 0x770D09) is known color: Maroon. HEX triplet: 77, 0D and 09. RGB value is (119,13,9). Sum of RGB (Red+Green+Blue) = 119+13+9=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #770D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D09 is #88F2F6. Grayscale: #2C2C2C. Windows color (decimal): -8975095 or 593271. OLE color: 593271.

HSL color Cylindrical-coordinate representation of color #770D09: hue angle of 2.18º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770D09 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 9 -
CMYK 0 0.89 0.92 0.53
HSL 2.18º 0.86% 0.25% -
HSV(B) 2.18º 0.92% 0.47% -
XYZ 7.8 4.23 0.66 -
YUV 44.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 119 13 9 0 0.89 0.92 0.53 2.18 0.86 0.25
Hex 77 D 9 0 59 5C 35 2 56 19
Octal 167 15 11 0 131 134 65 2 126 31
Binary 1110111 1101 1001 0 1011001 1011100 110101 10 1010110 11001

Color Harmonies of #770D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D09

Black with #770D09

Text Example


Text Example

White with #770D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770D09; }

 p { color: rgb(119,13,9); }

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

background-color css

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

 a { background-color: rgb(119,13,9); }

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

border-color css

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

 span { border-color: rgb(119,13,9); }

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