Html Css Color HEX #751301 Maroon

📋 copy color: '#751301'

red 117 ◦ green 19 ◦ blue 1

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

Shades of Maroon #751301

Tints of Maroon #751301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

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

R = 85.4%
G = 13.87%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#751301 (or 0x751301) is known color: Maroon. HEX triplet: 75, 13 and 01. RGB value is (117,19,1). Sum of RGB (Red+Green+Blue) = 117+19+1=137 (18% of max value = 765). Red value is 117 (46.09% from 255 or 85.40% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 117 - color contains mainly: red. Hex color #751301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751301 is #8AECFE. Grayscale: #2E2E2E. Windows color (decimal): -9104639 or 70517. OLE color: 70517.

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

Color convert

RGB 117 19 1 -
CMYK 0 0.84 0.99 0.54
HSL 9.31º 0.98% 0.23% -
HSV(B) 9.31º 0.99% 0.46% -
XYZ 7.57 4.25 0.45 -
YUV 46.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 117 19 1 0 0.84 0.99 0.54 9.31 0.98 0.23
Hex 75 13 1 0 54 63 36 9 62 17
Octal 165 23 1 0 124 143 66 11 142 27
Binary 1110101 10011 1 0 1010100 1100011 110110 1001 1100010 10111

Color Harmonies of #751301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751301

Black with #751301

Text Example


Text Example

White with #751301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751301; }

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

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

background-color css

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

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

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

border-color css

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

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

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