#7D0C1A

Color #7D0C1A Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #7D0C1A

Tints of Burgundy #7D0C1A

Color information

#7D0C1A (or 0x7D0C1A) is unknown color: approx Burgundy. HEX triplet: 7D, 0C and 1A. RGB value is (125,12,26). Sum of RGB (Red+Green+Blue) = 125+12+26=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0C1A is #82F3E5. Grayscale: #2F2F2F. Windows color (decimal): -8582118 or 1707133. OLE color: 1707133.

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

Color convert

RGB1251226-
CMYK00.900.790.51
HSL352.57º82.48%26.86%-
HSV(B)352.57º90.4%49.02%-
XYZ8.784.71.42-
YUV47.38115.94183.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 76.69%
GREEN value IS 12 (5.08% from 255) = 7.36%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=76.69%
G=7.36%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125122600.900.790.51352.5782.4826.86
Hex7DC1A05A4F33161521b
Octal175143201321176354112233
Binary1111101110011010010110101001111110011101100001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D0C1A;
 }
 .AnyTagClassName
 {
   color: #7D0C1A;
 }
</style>
background-color css

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

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

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

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

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

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