Html Css Color HEX #761103 Maroon

📋 copy color: '#761103'

red 118 ◦ green 17 ◦ blue 3

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

Shades of Maroon #761103

Tints of Maroon #761103

RGB

 RED value IS 118 (46.48% from 255) = 85.51%

 GREEN value IS 17 (7.03% from 255) = 12.32%

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

R = 85.51%
G = 12.32%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#761103 (or 0x761103) is known color: Maroon. HEX triplet: 76, 11 and 03. RGB value is (118,17,3). Sum of RGB (Red+Green+Blue) = 118+17+3=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #761103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761103 is #89EEFC. Grayscale: #2D2D2D. Windows color (decimal): -9039613 or 201078. OLE color: 201078.

HSL color Cylindrical-coordinate representation of color #761103: hue angle of 7.3º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #761103 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 3 -
CMYK 0 0.86 0.97 0.54
HSL 7.3º 0.95% 0.24% -
HSV(B) 7.3º 0.97% 0.46% -
XYZ 7.69 4.26 0.5 -
YUV 45.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 118 17 3 0 0.86 0.97 0.54 7.3 0.95 0.24
Hex 76 11 3 0 56 61 36 7 5F 18
Octal 166 21 3 0 126 141 66 7 137 30
Binary 1110110 10001 11 0 1010110 1100001 110110 111 1011111 11000

Color Harmonies of #761103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761103

Black with #761103

Text Example


Text Example

White with #761103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761103; }

 p { color: rgb(118,17,3); }

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

background-color css

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

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

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

border-color css

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

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

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