Html Css Color HEX #761304 Maroon

📋 copy color: '#761304'

red 118 ◦ green 19 ◦ blue 4

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

Shades of Maroon #761304

Tints of Maroon #761304

RGB

 RED value IS 118 (46.48% from 255) = 83.69%

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

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

R = 83.69%
G = 13.48%
B = 2.84%

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

#761304 (or 0x761304) is known color: Maroon. HEX triplet: 76, 13 and 04. RGB value is (118,19,4). Sum of RGB (Red+Green+Blue) = 118+19+4=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #761304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761304 is #89ECFB. Grayscale: #2F2F2F. Windows color (decimal): -9039100 or 267126. OLE color: 267126.

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

Color convert

RGB 118 19 4 -
CMYK 0 0.84 0.97 0.54
HSL 7.89º 0.93% 0.24% -
HSV(B) 7.89º 0.97% 0.46% -
XYZ 7.73 4.33 0.54 -
YUV 46.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 118 19 4 0 0.84 0.97 0.54 7.89 0.93 0.24
Hex 76 13 4 0 54 61 36 8 5D 18
Octal 166 23 4 0 124 141 66 10 135 30
Binary 1110110 10011 100 0 1010100 1100001 110110 1000 1011101 11000

Color Harmonies of #761304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761304

Black with #761304

Text Example


Text Example

White with #761304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761304; }

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

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

background-color css

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

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

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

border-color css

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

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

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