Html Css Color HEX #7A1304 Maroon

📋 copy color: '#7A1304'

red 122 ◦ green 19 ◦ blue 4

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

Shades of Maroon #7A1304

Tints of Maroon #7A1304

RGB

 RED value IS 122 (48.05% from 255) = 84.14%

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

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

R = 84.14%
G = 13.1%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#7A1304 (or 0x7A1304) is known color: Maroon. HEX triplet: 7A, 13 and 04. RGB value is (122,19,4). Sum of RGB (Red+Green+Blue) = 122+19+4=145 (19% of max value = 765). Red value is 122 (48.05% from 255 or 84.14% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1304 is #85ECFB. Grayscale: #303030. Windows color (decimal): -8776956 or 267130. OLE color: 267130.

HSL color Cylindrical-coordinate representation of color #7A1304: hue angle of 7.63º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A1304 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 19 4 -
CMYK 0 0.84 0.97 0.52
HSL 7.63º 0.94% 0.25% -
HSV(B) 7.63º 0.97% 0.48% -
XYZ 8.28 4.61 0.57 -
YUV 48.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 122 19 4 0 0.84 0.97 0.52 7.63 0.94 0.25
Hex 7A 13 4 0 54 61 34 8 5E 19
Octal 172 23 4 0 124 141 64 10 136 31
Binary 1111010 10011 100 0 1010100 1100001 110100 1000 1011110 11001

Color Harmonies of #7A1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1304

Black with #7A1304

Text Example


Text Example

White with #7A1304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A1304; }

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

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

background-color css

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

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

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

border-color css

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

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

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