Html Css Color HEX #7A002A Burgundy

📋 copy color: '#7A002A'

red 122 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #7A002A

Tints of Burgundy #7A002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.61%

R = 74.39%
G = 0%
B = 25.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A002A (or 0x7A002A) is known color: Burgundy. HEX triplet: 7A, 00 and 2A. RGB value is (122,0,42). Sum of RGB (Red+Green+Blue) = 122+0+42=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A002A is #85FFD5. Grayscale: #292929. Windows color (decimal): -8781782 or 2752634. OLE color: 2752634.

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

Color convert

RGB 122 0 42 -
CMYK 0 1 0.66 0.52
HSL 339.34º 1% 0.24% -
HSV(B) 339.34º 1% 0.48% -
XYZ 8.44 4.3 2.58 -
YUV 41.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 122 0 42 0 1 0.66 0.52 339.34 1 0.24
Hex 7A 0 2A 0 64 42 34 153 64 18
Octal 172 0 52 0 144 102 64 523 144 30
Binary 1111010 0 101010 0 1100100 1000010 110100 101010011 1100100 11000

Color Harmonies of #7A002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A002A

Black with #7A002A

Text Example


Text Example

White with #7A002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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