Html Css Color HEX #7A1000 Maroon

📋 copy color: '#7A1000'

red 122 ◦ green 16 ◦ blue 0

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

Shades of Maroon #7A1000

Tints of Maroon #7A1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

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

R = 88.41%
G = 11.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#7A1000 (or 0x7A1000) is known color: Maroon. HEX triplet: 7A, 10 and 00. RGB value is (122,16,0). Sum of RGB (Red+Green+Blue) = 122+16+0=138 (18% of max value = 765). Red value is 122 (48.05% from 255 or 88.41% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1000 is #85EFFF. Grayscale: #2E2E2E. Windows color (decimal): -8777728 or 4218. OLE color: 4218.

HSL color Cylindrical-coordinate representation of color #7A1000: hue angle of 7.87º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A1000 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 16 0 -
CMYK 0 0.87 1 0.52
HSL 7.87º 1% 0.24% -
HSV(B) 7.87º 1% 0.48% -
XYZ 8.21 4.51 0.44 -
YUV 45.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 122 16 0 0 0.87 1 0.52 7.87 1 0.24
Hex 7A 10 0 0 57 64 34 8 64 18
Octal 172 20 0 0 127 144 64 10 144 30
Binary 1111010 10000 0 0 1010111 1100100 110100 1000 1100100 11000

Color Harmonies of #7A1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1000

Black with #7A1000

Text Example


Text Example

White with #7A1000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,16,0); }

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

background-color css

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

 a { background-color: rgb(122,16,0); }

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

border-color css

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

 span { border-color: rgb(122,16,0); }

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