#7A0302

Color #7A0302 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #7A0302

Tints of Maroon #7A0302

Color information

#7A0302 (or 0x7A0302) is unknown color: approx Maroon. HEX triplet: 7A, 03 and 02. RGB value is (122,3,2). Sum of RGB (Red+Green+Blue) = 122+3+2=127 (16% of max value = 765). Red value is 122 (48.05% from 255 or 96.06% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0302 is #85FCFD. Grayscale: #262626. Windows color (decimal): -8781054 or 131962. OLE color: 131962.

HSL color Cylindrical-coordinate representation of color #7A0302: hue angle of 0.5º 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 #7A0302 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB12232-
CMYK00.980.980.52
HSL0.5º96.77%24.31%-
HSV(B)0.5º98.36%47.84%-
XYZ8.074.210.44-
YUV38.47107.42187.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 96.06%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=96.06%
G=2.36%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223200.980.980.520.596.7724.31
Hex7A32062623406118
Octal17232014214264014130
Binary111101011100110001011000101101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A0302;
 }
 .AnyTagClassName
 {
   color: #7A0302;
 }
</style>
background-color css

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

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

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

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

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

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