Html Css Color HEX #750403 Maroon

📋 copy color: '#750403'

red 117 ◦ green 4 ◦ blue 3

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

Shades of Maroon #750403

Tints of Maroon #750403

RGB

 RED value IS 117 (46.09% from 255) = 94.35%

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

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

R = 94.35%
G = 3.23%
B = 2.42%

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

#750403 (or 0x750403) is known color: Maroon. HEX triplet: 75, 04 and 03. RGB value is (117,4,3). Sum of RGB (Red+Green+Blue) = 117+4+3=124 (16% of max value = 765). Red value is 117 (46.09% from 255 or 94.35% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 117 - color contains mainly: red. Hex color #750403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750403 is #8AFBFC. Grayscale: #252525. Windows color (decimal): -9108477 or 197749. OLE color: 197749.

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

Color convert

RGB 117 4 3 -
CMYK 0 0.97 0.97 0.54
HSL 0.53º 0.95% 0.24% -
HSV(B) 0.53º 0.97% 0.46% -
XYZ 7.4 3.88 0.44 -
YUV 37.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 117 4 3 0 0.97 0.97 0.54 0.53 0.95 0.24
Hex 75 4 3 0 61 61 36 1 5F 18
Octal 165 4 3 0 141 141 66 1 137 30
Binary 1110101 100 11 0 1100001 1100001 110110 1 1011111 11000

Color Harmonies of #750403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750403

Black with #750403

Text Example


Text Example

White with #750403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750403; }

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

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

background-color css

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

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

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

border-color css

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

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

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