Html Css Color HEX #770303 Maroon

📋 copy color: '#770303'

red 119 ◦ green 3 ◦ blue 3

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

Shades of Maroon #770303

Tints of Maroon #770303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

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

R = 95.2%
G = 2.4%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#770303 (or 0x770303) is known color: Maroon. HEX triplet: 77, 03 and 03. RGB value is (119,3,3). Sum of RGB (Red+Green+Blue) = 119+3+3=125 (16% of max value = 765). Red value is 119 (46.88% from 255 or 95.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 119 - color contains mainly: red. Hex color #770303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770303 is #88FCFC. Grayscale: #252525. Windows color (decimal): -8977661 or 197495. OLE color: 197495.

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

Color convert

RGB 119 3 3 -
CMYK 0 0.97 0.97 0.53
HSL 0.95% 0.24% -
HSV(B) 0.97% 0.47% -
XYZ 7.66 3.99 0.45 -
YUV 37.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 119 3 3 0 0.97 0.97 0.53 0 0.95 0.24
Hex 77 3 3 0 61 61 35 0 5F 18
Octal 167 3 3 0 141 141 65 0 137 30
Binary 1110111 11 11 0 1100001 1100001 110101 0 1011111 11000

Color Harmonies of #770303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770303

Black with #770303

Text Example


Text Example

White with #770303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770303; }

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

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

background-color css

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

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

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

border-color css

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

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

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