Html Css Color HEX #7A0313 Burgundy

📋 copy color: '#7A0313'

red 122 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #7A0313

Tints of Burgundy #7A0313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

 BLUE value IS 19 (7.81% from 255) = 13.19%

R = 84.72%
G = 2.08%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A0313 (or 0x7A0313) is known color: Burgundy. HEX triplet: 7A, 03 and 13. RGB value is (122,3,19). Sum of RGB (Red+Green+Blue) = 122+3+19=144 (19% of max value = 765). Red value is 122 (48.05% from 255 or 84.72% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0313 is #85FCEC. Grayscale: #282828. Windows color (decimal): -8781037 or 1246074. OLE color: 1246074.

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

Color convert

RGB 122 3 19 -
CMYK 0 0.98 0.84 0.52
HSL 351.93º 0.95% 0.25% -
HSV(B) 351.93º 0.98% 0.48% -
XYZ 8.18 4.25 1.01 -
YUV 40.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 122 3 19 0 0.98 0.84 0.52 351.93 0.95 0.25
Hex 7A 3 13 0 62 54 34 160 5F 19
Octal 172 3 23 0 142 124 64 540 137 31
Binary 1111010 11 10011 0 1100010 1010100 110100 101100000 1011111 11001

Color Harmonies of #7A0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0313

Black with #7A0313

Text Example


Text Example

White with #7A0313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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