Html Css Color HEX #751401 Maroon

📋 copy color: '#751401'

red 117 ◦ green 20 ◦ blue 1

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

Shades of Maroon #751401

Tints of Maroon #751401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

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

R = 84.78%
G = 14.49%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#751401 (or 0x751401) is known color: Maroon. HEX triplet: 75, 14 and 01. RGB value is (117,20,1). Sum of RGB (Red+Green+Blue) = 117+20+1=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #751401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751401 is #8AEBFE. Grayscale: #2F2F2F. Windows color (decimal): -9104383 or 70773. OLE color: 70773.

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

Color convert

RGB 117 20 1 -
CMYK 0 0.83 0.99 0.54
HSL 9.83º 0.98% 0.23% -
HSV(B) 9.83º 0.99% 0.46% -
XYZ 7.59 4.28 0.46 -
YUV 46.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 117 20 1 0 0.83 0.99 0.54 9.83 0.98 0.23
Hex 75 14 1 0 53 63 36 A 62 17
Octal 165 24 1 0 123 143 66 12 142 27
Binary 1110101 10100 1 0 1010011 1100011 110110 1010 1100010 10111

Color Harmonies of #751401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751401

Black with #751401

Text Example


Text Example

White with #751401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751401; }

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

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

background-color css

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

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

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

border-color css

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

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

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