Html Css Color HEX #7A0523 Burgundy

📋 copy color: '#7A0523'

red 122 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #7A0523

Tints of Burgundy #7A0523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 35 (14.06% from 255) = 21.6%

R = 75.31%
G = 3.09%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.52

RGB Variations

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

Color information

#7A0523 (or 0x7A0523) is known color: Burgundy. HEX triplet: 7A, 05 and 23. RGB value is (122,5,35). Sum of RGB (Red+Green+Blue) = 122+5+35=162 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.31% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0523 is #85FADC. Grayscale: #2B2B2B. Windows color (decimal): -8780509 or 2295162. OLE color: 2295162.

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

Color convert

RGB 122 5 35 -
CMYK 0 0.96 0.71 0.52
HSL 344.62º 0.92% 0.25% -
HSV(B) 344.62º 0.96% 0.48% -
XYZ 8.38 4.37 1.99 -
YUV 43.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 122 5 35 0 0.96 0.71 0.52 344.62 0.92 0.25
Hex 7A 5 23 0 60 47 34 159 5C 19
Octal 172 5 43 0 140 107 64 531 134 31
Binary 1111010 101 100011 0 1100000 1000111 110100 101011001 1011100 11001

Color Harmonies of #7A0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0523

Black with #7A0523

Text Example


Text Example

White with #7A0523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,5,35); }

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

background-color css

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

 a { background-color: rgb(122,5,35); }

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

border-color css

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

 span { border-color: rgb(122,5,35); }

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