Html Css Color HEX #7A0024 Burgundy

📋 copy color: '#7A0024'

red 122 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #7A0024

Tints of Burgundy #7A0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 22.78%

R = 77.22%
G = 0%
B = 22.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#7A0024 (or 0x7A0024) is known color: Burgundy. HEX triplet: 7A, 00 and 24. RGB value is (122,0,36). Sum of RGB (Red+Green+Blue) = 122+0+36=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0024 is #85FFDB. Grayscale: #282828. Windows color (decimal): -8781788 or 2359418. OLE color: 2359418.

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

Color convert

RGB 122 0 36 -
CMYK 0 1 0.70 0.52
HSL 342.3º 1% 0.24% -
HSV(B) 342.3º 1% 0.48% -
XYZ 8.34 4.26 2.05 -
YUV 40.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 122 0 36 0 1 0.70 0.52 342.3 1 0.24
Hex 7A 0 24 0 64 46 34 156 64 18
Octal 172 0 44 0 144 106 64 526 144 30
Binary 1111010 0 100100 0 1100100 1000110 110100 101010110 1100100 11000

Color Harmonies of #7A0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0024

Black with #7A0024

Text Example


Text Example

White with #7A0024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,0,36); }

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

background-color css

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

 a { background-color: rgb(122,0,36); }

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

border-color css

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

 span { border-color: rgb(122,0,36); }

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