Html Css Color HEX #750701 Maroon

📋 copy color: '#750701'

red 117 ◦ green 7 ◦ blue 1

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

Shades of Maroon #750701

Tints of Maroon #750701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.6%

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 93.6%
G = 5.6%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#750701 (or 0x750701) is known color: Maroon. HEX triplet: 75, 07 and 01. RGB value is (117,7,1). Sum of RGB (Red+Green+Blue) = 117+7+1=125 (16% of max value = 765). Red value is 117 (46.09% from 255 or 93.6% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 117 - color contains mainly: red. Hex color #750701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750701 is #8AF8FE. Grayscale: #272727. Windows color (decimal): -9107711 or 67445. OLE color: 67445.

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

Color convert

RGB 117 7 1 -
CMYK 0 0.94 0.99 0.54
HSL 3.1º 0.98% 0.23% -
HSV(B) 3.1º 0.99% 0.46% -
XYZ 7.42 3.94 0.4 -
YUV 39.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 117 7 1 0 0.94 0.99 0.54 3.1 0.98 0.23
Hex 75 7 1 0 5E 63 36 3 62 17
Octal 165 7 1 0 136 143 66 3 142 27
Binary 1110101 111 1 0 1011110 1100011 110110 11 1100010 10111

Color Harmonies of #750701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750701

Black with #750701

Text Example


Text Example

White with #750701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750701; }

 p { color: rgb(117,7,1); }

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

background-color css

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

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

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

border-color css

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

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

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