Html Css Color HEX #751107 Maroon

📋 copy color: '#751107'

red 117 ◦ green 17 ◦ blue 7

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

Shades of Maroon #751107

Tints of Maroon #751107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.96%

R = 82.98%
G = 12.06%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#751107 (or 0x751107) is known color: Maroon. HEX triplet: 75, 11 and 07. RGB value is (117,17,7). Sum of RGB (Red+Green+Blue) = 117+17+7=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #751107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751107 is #8AEEF8. Grayscale: #2D2D2D. Windows color (decimal): -9105145 or 463221. OLE color: 463221.

HSL color Cylindrical-coordinate representation of color #751107: hue angle of 5.45º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #751107 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 7 -
CMYK 0 0.85 0.94 0.54
HSL 5.45º 0.89% 0.24% -
HSV(B) 5.45º 0.94% 0.46% -
XYZ 7.57 4.2 0.61 -
YUV 45.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 117 17 7 0 0.85 0.94 0.54 5.45 0.89 0.24
Hex 75 11 7 0 55 5E 36 5 59 18
Octal 165 21 7 0 125 136 66 5 131 30
Binary 1110101 10001 111 0 1010101 1011110 110110 101 1011001 11000

Color Harmonies of #751107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751107

Black with #751107

Text Example


Text Example

White with #751107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751107; }

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

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

background-color css

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

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

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

border-color css

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

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

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