Html Css Color HEX #751200 Maroon

📋 copy color: '#751200'

red 117 ◦ green 18 ◦ blue 0

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

Shades of Maroon #751200

Tints of Maroon #751200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

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

R = 86.67%
G = 13.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#751200 (or 0x751200) is known color: Maroon. HEX triplet: 75, 12 and 00. RGB value is (117,18,0). Sum of RGB (Red+Green+Blue) = 117+18+0=135 (17% of max value = 765). Red value is 117 (46.09% from 255 or 86.67% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 117 - color contains mainly: red. Hex color #751200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751200 is #8AEDFF. Grayscale: #2D2D2D. Windows color (decimal): -9104896 or 4725. OLE color: 4725.

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

Color convert

RGB 117 18 0 -
CMYK 0 0.85 1 0.54
HSL 9.23º 1% 0.23% -
HSV(B) 9.23º 1% 0.46% -
XYZ 7.55 4.21 0.42 -
YUV 45.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 117 18 0 0 0.85 1 0.54 9.23 1 0.23
Hex 75 12 0 0 55 64 36 9 64 17
Octal 165 22 0 0 125 144 66 11 144 27
Binary 1110101 10010 0 0 1010101 1100100 110110 1001 1100100 10111

Color Harmonies of #751200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751200

Black with #751200

Text Example


Text Example

White with #751200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751200; }

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

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

background-color css

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

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

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

border-color css

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

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

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