Html Css Color HEX #751104 Maroon

📋 copy color: '#751104'

red 117 ◦ green 17 ◦ blue 4

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

Shades of Maroon #751104

Tints of Maroon #751104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.9%

R = 84.78%
G = 12.32%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#751104 (or 0x751104) is known color: Maroon. HEX triplet: 75, 11 and 04. RGB value is (117,17,4). Sum of RGB (Red+Green+Blue) = 117+17+4=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #751104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751104 is #8AEEFB. Grayscale: #2D2D2D. Windows color (decimal): -9105148 or 266613. OLE color: 266613.

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

Color convert

RGB 117 17 4 -
CMYK 0 0.85 0.97 0.54
HSL 6.9º 0.93% 0.24% -
HSV(B) 6.9º 0.97% 0.46% -
XYZ 7.56 4.19 0.53 -
YUV 45.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 117 17 4 0 0.85 0.97 0.54 6.9 0.93 0.24
Hex 75 11 4 0 55 61 36 7 5D 18
Octal 165 21 4 0 125 141 66 7 135 30
Binary 1110101 10001 100 0 1010101 1100001 110110 111 1011101 11000

Color Harmonies of #751104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751104

Black with #751104

Text Example


Text Example

White with #751104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751104; }

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

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

background-color css

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

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

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

border-color css

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

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

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