Html Css Color HEX #751500 Maroon

📋 copy color: '#751500'

red 117 ◦ green 21 ◦ blue 0

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

Shades of Maroon #751500

Tints of Maroon #751500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

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

R = 84.78%
G = 15.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#751500 (or 0x751500) is known color: Maroon. HEX triplet: 75, 15 and 00. RGB value is (117,21,0). Sum of RGB (Red+Green+Blue) = 117+21+0=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #751500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751500 is #8AEAFF. Grayscale: #2F2F2F. Windows color (decimal): -9104128 or 5493. OLE color: 5493.

HSL color Cylindrical-coordinate representation of color #751500: hue angle of 10.77º 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 #751500 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 0 -
CMYK 0 0.82 1 0.54
HSL 10.77º 1% 0.23% -
HSV(B) 10.77º 1% 0.46% -
XYZ 7.6 4.32 0.43 -
YUV 47.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 117 21 0 0 0.82 1 0.54 10.77 1 0.23
Hex 75 15 0 0 52 64 36 B 64 17
Octal 165 25 0 0 122 144 66 13 144 27
Binary 1110101 10101 0 0 1010010 1100100 110110 1011 1100100 10111

Color Harmonies of #751500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751500

Black with #751500

Text Example


Text Example

White with #751500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751500; }

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

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

background-color css

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

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

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

border-color css

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

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

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