Html Css Color HEX #751000 Maroon

📋 copy color: '#751000'

red 117 ◦ green 16 ◦ blue 0

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

Shades of Maroon #751000

Tints of Maroon #751000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

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

R = 87.97%
G = 12.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#751000 (or 0x751000) is known color: Maroon. HEX triplet: 75, 10 and 00. RGB value is (117,16,0). Sum of RGB (Red+Green+Blue) = 117+16+0=133 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.97% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 117 - color contains mainly: red. Hex color #751000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751000 is #8AEFFF. Grayscale: #2C2C2C. Windows color (decimal): -9105408 or 4213. OLE color: 4213.

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

Color convert

RGB 117 16 0 -
CMYK 0 0.86 1 0.54
HSL 8.21º 1% 0.23% -
HSV(B) 8.21º 1% 0.46% -
XYZ 7.52 4.15 0.41 -
YUV 44.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 117 16 0 0 0.86 1 0.54 8.21 1 0.23
Hex 75 10 0 0 56 64 36 8 64 17
Octal 165 20 0 0 126 144 66 10 144 27
Binary 1110101 10000 0 0 1010110 1100100 110110 1000 1100100 10111

Color Harmonies of #751000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751000

Black with #751000

Text Example


Text Example

White with #751000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751000; }

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

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

background-color css

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

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

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

border-color css

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

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

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