Html Css Color HEX #7A0C1A Burgundy

📋 copy color: '#7A0C1A'

red 122 ◦ green 12 ◦ blue 26

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

Shades of Burgundy #7A0C1A

Tints of Burgundy #7A0C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.5%

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 76.25%
G = 7.5%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7A0C1A (or 0x7A0C1A) is known color: Burgundy. HEX triplet: 7A, 0C and 1A. RGB value is (122,12,26). Sum of RGB (Red+Green+Blue) = 122+12+26=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0C1A is #85F3E5. Grayscale: #2E2E2E. Windows color (decimal): -8778726 or 1707130. OLE color: 1707130.

HSL color Cylindrical-coordinate representation of color #7A0C1A: hue angle of 352.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C1A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 12 26 -
CMYK 0 0.90 0.79 0.52
HSL 352.36º 0.82% 0.26% -
HSV(B) 352.36º 0.9% 0.48% -
XYZ 8.34 4.48 1.4 -
YUV 46.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 122 12 26 0 0.90 0.79 0.52 352.36 0.82 0.26
Hex 7A C 1A 0 5A 4F 34 160 52 1A
Octal 172 14 32 0 132 117 64 540 122 32
Binary 1111010 1100 11010 0 1011010 1001111 110100 101100000 1010010 11010

Color Harmonies of #7A0C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0C1A

Black with #7A0C1A

Text Example


Text Example

White with #7A0C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,12,26); }

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

background-color css

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

 a { background-color: rgb(122,12,26); }

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

border-color css

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

 span { border-color: rgb(122,12,26); }

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