Html Css Color HEX #7A0F1A Burgundy

📋 copy color: '#7A0F1A'

red 122 ◦ green 15 ◦ blue 26

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

Shades of Burgundy #7A0F1A

Tints of Burgundy #7A0F1A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.2%

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

R = 74.85%
G = 9.2%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7A0F1A (or 0x7A0F1A) is known color: Burgundy. HEX triplet: 7A, 0F and 1A. RGB value is (122,15,26). Sum of RGB (Red+Green+Blue) = 122+15+26=163 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.85% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0F1A is #85F0E5. Grayscale: #303030. Windows color (decimal): -8777958 or 1707898. OLE color: 1707898.

HSL color Cylindrical-coordinate representation of color #7A0F1A: hue angle of 353.83º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F1A is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 15 26 -
CMYK 0 0.88 0.79 0.52
HSL 353.83º 0.78% 0.27% -
HSV(B) 353.83º 0.88% 0.48% -
XYZ 8.38 4.55 1.41 -
YUV 48.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 122 15 26 0 0.88 0.79 0.52 353.83 0.78 0.27
Hex 7A F 1A 0 58 4F 34 162 4E 1B
Octal 172 17 32 0 130 117 64 542 116 33
Binary 1111010 1111 11010 0 1011000 1001111 110100 101100010 1001110 11011

Color Harmonies of #7A0F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F1A

Black with #7A0F1A

Text Example


Text Example

White with #7A0F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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