Html Css Color HEX #750502 Maroon

📋 copy color: '#750502'

red 117 ◦ green 5 ◦ blue 2

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

Shades of Maroon #750502

Tints of Maroon #750502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

 BLUE value IS 2 (1.17% from 255) = 1.61%

R = 94.35%
G = 4.03%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#750502 (or 0x750502) is known color: Maroon. HEX triplet: 75, 05 and 02. RGB value is (117,5,2). Sum of RGB (Red+Green+Blue) = 117+5+2=124 (16% of max value = 765). Red value is 117 (46.09% from 255 or 94.35% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 117 - color contains mainly: red. Hex color #750502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750502 is #8AFAFD. Grayscale: #262626. Windows color (decimal): -9108222 or 132469. OLE color: 132469.

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

Color convert

RGB 117 5 2 -
CMYK 0 0.96 0.98 0.54
HSL 1.57º 0.97% 0.23% -
HSV(B) 1.57º 0.98% 0.46% -
XYZ 7.4 3.89 0.42 -
YUV 38.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 117 5 2 0 0.96 0.98 0.54 1.57 0.97 0.23
Hex 75 5 2 0 60 62 36 2 61 17
Octal 165 5 2 0 140 142 66 2 141 27
Binary 1110101 101 10 0 1100000 1100010 110110 10 1100001 10111

Color Harmonies of #750502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750502

Black with #750502

Text Example


Text Example

White with #750502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750502; }

 p { color: rgb(117,5,2); }

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

background-color css

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

 a { background-color: rgb(117,5,2); }

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

border-color css

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

 span { border-color: rgb(117,5,2); }

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