Html Css Color HEX #751100 Maroon

📋 copy color: '#751100'

red 117 ◦ green 17 ◦ blue 0

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

Shades of Maroon #751100

Tints of Maroon #751100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.31%
G = 12.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#751100 (or 0x751100) is known color: Maroon. HEX triplet: 75, 11 and 00. RGB value is (117,17,0). Sum of RGB (Red+Green+Blue) = 117+17+0=134 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.31% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 117 - color contains mainly: red. Hex color #751100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751100 is #8AEEFF. Grayscale: #2D2D2D. Windows color (decimal): -9105152 or 4469. OLE color: 4469.

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

Color convert

RGB 117 17 0 -
CMYK 0 0.85 1 0.54
HSL 8.72º 1% 0.23% -
HSV(B) 8.72º 1% 0.46% -
XYZ 7.54 4.18 0.41 -
YUV 44.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 117 17 0 0 0.85 1 0.54 8.72 1 0.23
Hex 75 11 0 0 55 64 36 9 64 17
Octal 165 21 0 0 125 144 66 11 144 27
Binary 1110101 10001 0 0 1010101 1100100 110110 1001 1100100 10111

Color Harmonies of #751100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751100

Black with #751100

Text Example


Text Example

White with #751100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751100; }

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

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

background-color css

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

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

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

border-color css

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

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

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