Html Css Color HEX #7A1602 Maroon

📋 copy color: '#7A1602'

red 122 ◦ green 22 ◦ blue 2

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

Shades of Maroon #7A1602

Tints of Maroon #7A1602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.07%

 BLUE value IS 2 (1.17% from 255) = 1.37%

R = 83.56%
G = 15.07%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A1602 (or 0x7A1602) is known color: Maroon. HEX triplet: 7A, 16 and 02. RGB value is (122,22,2). Sum of RGB (Red+Green+Blue) = 122+22+2=146 (19% of max value = 765). Red value is 122 (48.05% from 255 or 83.56% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1602 is #85E9FD. Grayscale: #313131. Windows color (decimal): -8776190 or 136826. OLE color: 136826.

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

Color convert

RGB 122 22 2 -
CMYK 0 0.82 0.98 0.52
HSL 10º 0.97% 0.24% -
HSV(B) 10º 0.98% 0.48% -
XYZ 8.32 4.72 0.53 -
YUV 49.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 122 22 2 0 0.82 0.98 0.52 10 0.97 0.24
Hex 7A 16 2 0 52 62 34 A 61 18
Octal 172 26 2 0 122 142 64 12 141 30
Binary 1111010 10110 10 0 1010010 1100010 110100 1010 1100001 11000

Color Harmonies of #7A1602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1602

Black with #7A1602

Text Example


Text Example

White with #7A1602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,22,2); }

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

background-color css

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

 a { background-color: rgb(122,22,2); }

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

border-color css

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

 span { border-color: rgb(122,22,2); }

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