Html Css Color HEX #751102 Maroon

📋 copy color: '#751102'

red 117 ◦ green 17 ◦ blue 2

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

Shades of Maroon #751102

Tints of Maroon #751102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.47%

R = 86.03%
G = 12.5%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751102 (or 0x751102) is known color: Maroon. HEX triplet: 75, 11 and 02. RGB value is (117,17,2). Sum of RGB (Red+Green+Blue) = 117+17+2=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #751102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751102 is #8AEEFD. Grayscale: #2D2D2D. Windows color (decimal): -9105150 or 135541. OLE color: 135541.

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

Color convert

RGB 117 17 2 -
CMYK 0 0.85 0.98 0.54
HSL 7.83º 0.97% 0.23% -
HSV(B) 7.83º 0.98% 0.46% -
XYZ 7.55 4.19 0.47 -
YUV 45.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 117 17 2 0 0.85 0.98 0.54 7.83 0.97 0.23
Hex 75 11 2 0 55 62 36 8 61 17
Octal 165 21 2 0 125 142 66 10 141 27
Binary 1110101 10001 10 0 1010101 1100010 110110 1000 1100001 10111

Color Harmonies of #751102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751102

Black with #751102

Text Example


Text Example

White with #751102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751102; }

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

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

background-color css

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

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

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

border-color css

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

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

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