Html Css Color HEX #750000 Maroon

📋 copy color: '#750000'

red 117 ◦ green 0 ◦ blue 0

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

Shades of Maroon #750000

Tints of Maroon #750000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#750000 (or 0x750000) is known color: Maroon. HEX triplet: 75, 00 and 00. RGB value is (117,0,0). Sum of RGB (Red+Green+Blue) = 117+0+0=117 (15% of max value = 765). Red value is 117 (46.09% from 255 or 100% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 117 - color contains mainly: red. Hex color #750000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750000 is #8AFFFF. Grayscale: #232323. Windows color (decimal): -9109504 or 117. OLE color: 117.

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

Color convert

RGB 117 0 0 -
CMYK 0 1 1 0.54
HSL 1% 0.23% -
HSV(B) 1% 0.46% -
XYZ 7.34 3.78 0.34 -
YUV 34.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 117 0 0 0 1 1 0.54 0 1 0.23
Hex 75 0 0 0 64 64 36 0 64 17
Octal 165 0 0 0 144 144 66 0 144 27
Binary 1110101 0 0 0 1100100 1100100 110110 0 1100100 10111

Color Harmonies of #750000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750000

Black with #750000

Text Example


Text Example

White with #750000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750000; }

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

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

background-color css

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

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

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

border-color css

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

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

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