Html Css Color HEX #7A0125 Burgundy

📋 copy color: '#7A0125'

red 122 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #7A0125

Tints of Burgundy #7A0125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 37 (14.84% from 255) = 23.13%

R = 76.25%
G = 0.63%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#7A0125 (or 0x7A0125) is known color: Burgundy. HEX triplet: 7A, 01 and 25. RGB value is (122,1,37). Sum of RGB (Red+Green+Blue) = 122+1+37=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0125 is #85FEDA. Grayscale: #292929. Windows color (decimal): -8781531 or 2425210. OLE color: 2425210.

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

Color convert

RGB 122 1 37 -
CMYK 0 0.99 0.70 0.52
HSL 342.15º 0.98% 0.24% -
HSV(B) 342.15º 0.99% 0.48% -
XYZ 8.37 4.29 2.14 -
YUV 41.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 122 1 37 0 0.99 0.70 0.52 342.15 0.98 0.24
Hex 7A 1 25 0 63 46 34 156 62 18
Octal 172 1 45 0 143 106 64 526 142 30
Binary 1111010 1 100101 0 1100011 1000110 110100 101010110 1100010 11000

Color Harmonies of #7A0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0125

Black with #7A0125

Text Example


Text Example

White with #7A0125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,1,37); }

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

background-color css

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

 a { background-color: rgb(122,1,37); }

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

border-color css

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

 span { border-color: rgb(122,1,37); }

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