Html Css Color HEX #761003 Maroon

📋 copy color: '#761003'

red 118 ◦ green 16 ◦ blue 3

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

Shades of Maroon #761003

Tints of Maroon #761003

RGB

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

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

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

R = 86.13%
G = 11.68%
B = 2.19%

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

#761003 (or 0x761003) is known color: Maroon. HEX triplet: 76, 10 and 03. RGB value is (118,16,3). Sum of RGB (Red+Green+Blue) = 118+16+3=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #761003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761003 is #89EFFC. Grayscale: #2D2D2D. Windows color (decimal): -9039869 or 200822. OLE color: 200822.

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

Color convert

RGB 118 16 3 -
CMYK 0 0.86 0.97 0.54
HSL 6.78º 0.95% 0.24% -
HSV(B) 6.78º 0.97% 0.46% -
XYZ 7.67 4.23 0.5 -
YUV 45.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 118 16 3 0 0.86 0.97 0.54 6.78 0.95 0.24
Hex 76 10 3 0 56 61 36 7 5F 18
Octal 166 20 3 0 126 141 66 7 137 30
Binary 1110110 10000 11 0 1010110 1100001 110110 111 1011111 11000

Color Harmonies of #761003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761003

Black with #761003

Text Example


Text Example

White with #761003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761003; }

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

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

background-color css

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

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

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

border-color css

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

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

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