Html Css Color HEX #7A0302 Maroon

📋 copy color: '#7A0302'

red 122 ◦ green 3 ◦ blue 2

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

Shades of Maroon #7A0302

Tints of Maroon #7A0302

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 value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A0302 (or 0x7A0302) is known color: 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

RGB 122 3 2 -
CMYK 0 0.98 0.98 0.52
HSL 0.5º 0.97% 0.24% -
HSV(B) 0.5º 0.98% 0.48% -
XYZ 8.07 4.21 0.44 -
YUV 38.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 122 3 2 0 0.98 0.98 0.52 0.5 0.97 0.24
Hex 7A 3 2 0 62 62 34 0 61 18
Octal 172 3 2 0 142 142 64 0 141 30
Binary 1111010 11 10 0 1100010 1100010 110100 0 1100001 11000

Color Harmonies of #7A0302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0302

Black with #7A0302

Text Example


Text Example

White with #7A0302

Text Example


Text Example

HTML Codes & Css Web 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>