Html Css Color HEX #751105 Maroon

📋 copy color: '#751105'

red 117 ◦ green 17 ◦ blue 5

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

Shades of Maroon #751105

Tints of Maroon #751105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.6%

R = 84.17%
G = 12.23%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#751105 (or 0x751105) is known color: Maroon. HEX triplet: 75, 11 and 05. RGB value is (117,17,5). Sum of RGB (Red+Green+Blue) = 117+17+5=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #751105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751105 is #8AEEFA. Grayscale: #2D2D2D. Windows color (decimal): -9105147 or 332149. OLE color: 332149.

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

Color convert

RGB 117 17 5 -
CMYK 0 0.85 0.96 0.54
HSL 6.43º 0.92% 0.24% -
HSV(B) 6.43º 0.96% 0.46% -
XYZ 7.56 4.19 0.55 -
YUV 45.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 117 17 5 0 0.85 0.96 0.54 6.43 0.92 0.24
Hex 75 11 5 0 55 60 36 6 5C 18
Octal 165 21 5 0 125 140 66 6 134 30
Binary 1110101 10001 101 0 1010101 1100000 110110 110 1011100 11000

Color Harmonies of #751105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751105

Black with #751105

Text Example


Text Example

White with #751105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751105; }

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

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

background-color css

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

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

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

border-color css

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

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

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