#7D101B

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

Shades of Burgundy #7D101B

Tints of Burgundy #7D101B

Color information

#7D101B (or 0x7D101B) is unknown color: approx Burgundy. HEX triplet: 7D, 10 and 1B. RGB value is (125,16,27). Sum of RGB (Red+Green+Blue) = 125+16+27=168 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.40% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 125 - color contains mainly: red. Hex color #7D101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D101B is #82EFE4. Grayscale: #313131. Windows color (decimal): -8581093 or 1773693. OLE color: 1773693.

HSL color Cylindrical-coordinate representation of color #7D101B: hue angle of 353.94º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D101B is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB1251627-
CMYK00.870.780.51
HSL353.94º77.3%27.65%-
HSV(B)353.94º87.2%49.02%-
XYZ8.844.811.5-
YUV49.84115.11181.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 74.40%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=74.40%
G=9.52%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125162700.870.780.51353.9477.327.65
Hex7D101B0574E331624d1c
Octal175203301271166354211534
Binary11111011000011011010101111001110110011101100010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,16,27); }

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

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

 a { background-color: rgb(125,16,27); }

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

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

 span { border-color: rgb(125,16,27); }

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