Html Css Color HEX #751101 Maroon

📋 copy color: '#751101'

red 117 ◦ green 17 ◦ blue 1

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

Shades of Maroon #751101

Tints of Maroon #751101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

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

R = 86.67%
G = 12.59%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#751101 (or 0x751101) is known color: Maroon. HEX triplet: 75, 11 and 01. RGB value is (117,17,1). Sum of RGB (Red+Green+Blue) = 117+17+1=135 (17% of max value = 765). Red value is 117 (46.09% from 255 or 86.67% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 117 - color contains mainly: red. Hex color #751101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751101 is #8AEEFE. Grayscale: #2D2D2D. Windows color (decimal): -9105151 or 70005. OLE color: 70005.

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

Color convert

RGB 117 17 1 -
CMYK 0 0.85 0.99 0.54
HSL 8.28º 0.98% 0.23% -
HSV(B) 8.28º 0.99% 0.46% -
XYZ 7.54 4.18 0.44 -
YUV 45.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 117 17 1 0 0.85 0.99 0.54 8.28 0.98 0.23
Hex 75 11 1 0 55 63 36 8 62 17
Octal 165 21 1 0 125 143 66 10 142 27
Binary 1110101 10001 1 0 1010101 1100011 110110 1000 1100010 10111

Color Harmonies of #751101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751101

Black with #751101

Text Example


Text Example

White with #751101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751101; }

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

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

background-color css

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

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

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

border-color css

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

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

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