Html Css Color HEX #750202 Maroon

📋 copy color: '#750202'

red 117 ◦ green 2 ◦ blue 2

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

Shades of Maroon #750202

Tints of Maroon #750202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 96.69%
G = 1.65%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#750202 (or 0x750202) is known color: Maroon. HEX triplet: 75, 02 and 02. RGB value is (117,2,2). Sum of RGB (Red+Green+Blue) = 117+2+2=121 (16% of max value = 765). Red value is 117 (46.09% from 255 or 96.69% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 117 - color contains mainly: red. Hex color #750202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750202 is #8AFDFD. Grayscale: #242424. Windows color (decimal): -9108990 or 131701. OLE color: 131701.

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

Color convert

RGB 117 2 2 -
CMYK 0 0.98 0.98 0.54
HSL 0.97% 0.23% -
HSV(B) 0.98% 0.46% -
XYZ 7.37 3.83 0.41 -
YUV 36.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 117 2 2 0 0.98 0.98 0.54 0 0.97 0.23
Hex 75 2 2 0 62 62 36 0 61 17
Octal 165 2 2 0 142 142 66 0 141 27
Binary 1110101 10 10 0 1100010 1100010 110110 0 1100001 10111

Color Harmonies of #750202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750202

Black with #750202

Text Example


Text Example

White with #750202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750202; }

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

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

background-color css

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

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

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

border-color css

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

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

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