Html Css Color HEX #751300 Maroon

📋 copy color: '#751300'

red 117 ◦ green 19 ◦ blue 0

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

Shades of Maroon #751300

Tints of Maroon #751300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.97%

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

R = 86.03%
G = 13.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#751300 (or 0x751300) is known color: Maroon. HEX triplet: 75, 13 and 00. RGB value is (117,19,0). Sum of RGB (Red+Green+Blue) = 117+19+0=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #751300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751300 is #8AECFF. Grayscale: #2E2E2E. Windows color (decimal): -9104640 or 4981. OLE color: 4981.

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

Color convert

RGB 117 19 0 -
CMYK 0 0.84 1 0.54
HSL 9.74º 1% 0.23% -
HSV(B) 9.74º 1% 0.46% -
XYZ 7.57 4.25 0.42 -
YUV 46.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 117 19 0 0 0.84 1 0.54 9.74 1 0.23
Hex 75 13 0 0 54 64 36 A 64 17
Octal 165 23 0 0 124 144 66 12 144 27
Binary 1110101 10011 0 0 1010100 1100100 110110 1010 1100100 10111

Color Harmonies of #751300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751300

Black with #751300

Text Example


Text Example

White with #751300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751300; }

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

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

background-color css

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

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

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

border-color css

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

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

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