Html Css Color HEX #7A0803 Maroon

📋 copy color: '#7A0803'

red 122 ◦ green 8 ◦ blue 3

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

Shades of Maroon #7A0803

Tints of Maroon #7A0803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.02%

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 91.73%
G = 6.02%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A0803 (or 0x7A0803) is known color: Maroon. HEX triplet: 7A, 08 and 03. RGB value is (122,8,3). Sum of RGB (Red+Green+Blue) = 122+8+3=133 (17% of max value = 765). Red value is 122 (48.05% from 255 or 91.73% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0803 is #85F7FC. Grayscale: #292929. Windows color (decimal): -8779773 or 198778. OLE color: 198778.

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

Color convert

RGB 122 8 3 -
CMYK 0 0.93 0.98 0.52
HSL 2.52º 0.95% 0.25% -
HSV(B) 2.52º 0.98% 0.48% -
XYZ 8.13 4.32 0.49 -
YUV 41.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 122 8 3 0 0.93 0.98 0.52 2.52 0.95 0.25
Hex 7A 8 3 0 5D 62 34 3 5F 19
Octal 172 10 3 0 135 142 64 3 137 31
Binary 1111010 1000 11 0 1011101 1100010 110100 11 1011111 11001

Color Harmonies of #7A0803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0803

Black with #7A0803

Text Example


Text Example

White with #7A0803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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