Html Css Color HEX #750301 Maroon

📋 copy color: '#750301'

red 117 ◦ green 3 ◦ blue 1

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

Shades of Maroon #750301

Tints of Maroon #750301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 96.69%
G = 2.48%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#750301 (or 0x750301) is known color: Maroon. HEX triplet: 75, 03 and 01. RGB value is (117,3,1). Sum of RGB (Red+Green+Blue) = 117+3+1=121 (16% of max value = 765). Red value is 117 (46.09% from 255 or 96.69% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 117 - color contains mainly: red. Hex color #750301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750301 is #8AFCFE. Grayscale: #242424. Windows color (decimal): -9108735 or 66421. OLE color: 66421.

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

Color convert

RGB 117 3 1 -
CMYK 0 0.97 0.99 0.54
HSL 1.03º 0.98% 0.23% -
HSV(B) 1.03º 0.99% 0.46% -
XYZ 7.37 3.85 0.38 -
YUV 36.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 117 3 1 0 0.97 0.99 0.54 1.03 0.98 0.23
Hex 75 3 1 0 61 63 36 1 62 17
Octal 165 3 1 0 141 143 66 1 142 27
Binary 1110101 11 1 0 1100001 1100011 110110 1 1100010 10111

Color Harmonies of #750301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750301

Black with #750301

Text Example


Text Example

White with #750301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750301; }

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

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

background-color css

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

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

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

border-color css

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

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

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