Html Css Color HEX #7A001C Burgundy

📋 copy color: '#7A001C'

red 122 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #7A001C

Tints of Burgundy #7A001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 81.33%
G = 0%
B = 18.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7A001C (or 0x7A001C) is known color: Burgundy. HEX triplet: 7A, 00 and 1C. RGB value is (122,0,28). Sum of RGB (Red+Green+Blue) = 122+0+28=150 (19% of max value = 765). Red value is 122 (48.05% from 255 or 81.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 122 - color contains mainly: red. Hex color #7A001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A001C is #85FFE3. Grayscale: #272727. Windows color (decimal): -8781796 or 1835130. OLE color: 1835130.

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

Color convert

RGB 122 0 28 -
CMYK 0 1 0.77 0.52
HSL 346.23º 1% 0.24% -
HSV(B) 346.23º 1% 0.48% -
XYZ 8.24 4.22 1.48 -
YUV 39.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 122 0 28 0 1 0.77 0.52 346.23 1 0.24
Hex 7A 0 1C 0 64 4D 34 15A 64 18
Octal 172 0 34 0 144 115 64 532 144 30
Binary 1111010 0 11100 0 1100100 1001101 110100 101011010 1100100 11000

Color Harmonies of #7A001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A001C

Black with #7A001C

Text Example


Text Example

White with #7A001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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