Html Css Color HEX #770D03 Maroon

📋 copy color: '#770D03'

red 119 ◦ green 13 ◦ blue 3

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

Shades of Maroon #770D03

Tints of Maroon #770D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.22%

R = 88.15%
G = 9.63%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#770D03 (or 0x770D03) is known color: Maroon. HEX triplet: 77, 0D and 03. RGB value is (119,13,3). Sum of RGB (Red+Green+Blue) = 119+13+3=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #770D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D03 is #88F2FC. Grayscale: #2B2B2B. Windows color (decimal): -8975101 or 200055. OLE color: 200055.

HSL color Cylindrical-coordinate representation of color #770D03: hue angle of 5.17º degrees, saturation: 0.95, 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 #770D03 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 3 -
CMYK 0 0.89 0.97 0.53
HSL 5.17º 0.95% 0.24% -
HSV(B) 5.17º 0.97% 0.47% -
XYZ 7.77 4.22 0.49 -
YUV 43.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 119 13 3 0 0.89 0.97 0.53 5.17 0.95 0.24
Hex 77 D 3 0 59 61 35 5 5F 18
Octal 167 15 3 0 131 141 65 5 137 30
Binary 1110111 1101 11 0 1011001 1100001 110101 101 1011111 11000

Color Harmonies of #770D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D03

Black with #770D03

Text Example


Text Example

White with #770D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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