#7D0D33

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

Shades of Burgundy #7D0D33

Tints of Burgundy #7D0D33

Color information

#7D0D33 (or 0x7D0D33) is unknown color: approx Burgundy. HEX triplet: 7D, 0D and 33. RGB value is (125,13,51). Sum of RGB (Red+Green+Blue) = 125+13+51=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0D33 is #82F2CC. Grayscale: #323232. Windows color (decimal): -8581837 or 3345789. OLE color: 3345789.

HSL color Cylindrical-coordinate representation of color #7D0D33: hue angle of 339.64º degrees, saturation: 0.81, 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 #7D0D33 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB1251351-
CMYK00.900.590.51
HSL339.64º81.16%27.06%-
HSV(B)339.64º89.6%49.02%-
XYZ9.24.893.59-
YUV50.82128.11180.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 66.14%
GREEN value IS 13 (5.47% from 255) = 6.88%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=66.14%
G=6.88%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125135100.900.590.51339.6481.1627.06
Hex7DD3305A3B33154511b
Octal17515630132736352412133
Binary1111101110111001101011010111011110011101010100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,13,51); }

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

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

 a { background-color: rgb(125,13,51); }

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

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

 span { border-color: rgb(125,13,51); }

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