Html Css Color HEX #760403 Maroon

📋 copy color: '#760403'

red 118 ◦ green 4 ◦ blue 3

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

Shades of Maroon #760403

Tints of Maroon #760403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.2%

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

R = 94.4%
G = 3.2%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#760403 (or 0x760403) is known color: Maroon. HEX triplet: 76, 04 and 03. RGB value is (118,4,3). Sum of RGB (Red+Green+Blue) = 118+4+3=125 (16% of max value = 765). Red value is 118 (46.48% from 255 or 94.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 118 - color contains mainly: red. Hex color #760403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760403 is #89FBFC. Grayscale: #262626. Windows color (decimal): -9042941 or 197750. OLE color: 197750.

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

Color convert

RGB 118 4 3 -
CMYK 0 0.97 0.97 0.54
HSL 0.52º 0.95% 0.24% -
HSV(B) 0.52º 0.97% 0.46% -
XYZ 7.53 3.94 0.45 -
YUV 37.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 118 4 3 0 0.97 0.97 0.54 0.52 0.95 0.24
Hex 76 4 3 0 61 61 36 1 5F 18
Octal 166 4 3 0 141 141 66 1 137 30
Binary 1110110 100 11 0 1100001 1100001 110110 1 1011111 11000

Color Harmonies of #760403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760403

Black with #760403

Text Example


Text Example

White with #760403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760403; }

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

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

background-color css

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

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

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

border-color css

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

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

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