Html Css Color HEX #750200 Maroon

📋 copy color: '#750200'

red 117 ◦ green 2 ◦ blue 0

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

Shades of Maroon #750200

Tints of Maroon #750200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.32%
G = 1.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#750200 (or 0x750200) is known color: Maroon. HEX triplet: 75, 02 and 00. RGB value is (117,2,0). Sum of RGB (Red+Green+Blue) = 117+2+0=119 (15% of max value = 765). Red value is 117 (46.09% from 255 or 98.32% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 117 - color contains mainly: red. Hex color #750200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750200 is #8AFDFF. Grayscale: #242424. Windows color (decimal): -9108992 or 629. OLE color: 629.

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

Color convert

RGB 117 2 0 -
CMYK 0 0.98 1 0.54
HSL 1.03º 1% 0.23% -
HSV(B) 1.03º 1% 0.46% -
XYZ 7.36 3.83 0.35 -
YUV 36.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 117 2 0 0 0.98 1 0.54 1.03 1 0.23
Hex 75 2 0 0 62 64 36 1 64 17
Octal 165 2 0 0 142 144 66 1 144 27
Binary 1110101 10 0 0 1100010 1100100 110110 1 1100100 10111

Color Harmonies of #750200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750200

Black with #750200

Text Example


Text Example

White with #750200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750200; }

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

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

background-color css

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

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

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

border-color css

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

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

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