Html Css Color HEX #751001 Maroon

📋 copy color: '#751001'

red 117 ◦ green 16 ◦ blue 1

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

Shades of Maroon #751001

Tints of Maroon #751001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

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

R = 87.31%
G = 11.94%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#751001 (or 0x751001) is known color: Maroon. HEX triplet: 75, 10 and 01. RGB value is (117,16,1). Sum of RGB (Red+Green+Blue) = 117+16+1=134 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.31% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 117 - color contains mainly: red. Hex color #751001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751001 is #8AEFFE. Grayscale: #2C2C2C. Windows color (decimal): -9105407 or 69749. OLE color: 69749.

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

Color convert

RGB 117 16 1 -
CMYK 0 0.86 0.99 0.54
HSL 7.76º 0.98% 0.23% -
HSV(B) 7.76º 0.99% 0.46% -
XYZ 7.53 4.15 0.43 -
YUV 44.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 117 16 1 0 0.86 0.99 0.54 7.76 0.98 0.23
Hex 75 10 1 0 56 63 36 8 62 17
Octal 165 20 1 0 126 143 66 10 142 27
Binary 1110101 10000 1 0 1010110 1100011 110110 1000 1100010 10111

Color Harmonies of #751001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751001

Black with #751001

Text Example


Text Example

White with #751001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751001; }

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

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

background-color css

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

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

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

border-color css

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

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

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