Html Css Color HEX #751304 Maroon

📋 copy color: '#751304'

red 117 ◦ green 19 ◦ blue 4

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

Shades of Maroon #751304

Tints of Maroon #751304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.86%

R = 83.57%
G = 13.57%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#751304 (or 0x751304) is known color: Maroon. HEX triplet: 75, 13 and 04. RGB value is (117,19,4). Sum of RGB (Red+Green+Blue) = 117+19+4=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #751304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751304 is #8AECFB. Grayscale: #2E2E2E. Windows color (decimal): -9104636 or 267125. OLE color: 267125.

HSL color Cylindrical-coordinate representation of color #751304: hue angle of 7.96º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #751304 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 4 -
CMYK 0 0.84 0.97 0.54
HSL 7.96º 0.93% 0.24% -
HSV(B) 7.96º 0.97% 0.46% -
XYZ 7.59 4.26 0.54 -
YUV 46.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 117 19 4 0 0.84 0.97 0.54 7.96 0.93 0.24
Hex 75 13 4 0 54 61 36 8 5D 18
Octal 165 23 4 0 124 141 66 10 135 30
Binary 1110101 10011 100 0 1010100 1100001 110110 1000 1011101 11000

Color Harmonies of #751304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751304

Black with #751304

Text Example


Text Example

White with #751304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751304; }

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

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

background-color css

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

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

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

border-color css

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

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

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