#7B0E1D

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

Shades of Burgundy #7B0E1D

Tints of Burgundy #7B0E1D

Color information

#7B0E1D (or 0x7B0E1D) is unknown color: approx Burgundy. HEX triplet: 7B, 0E and 1D. RGB value is (123,14,29). Sum of RGB (Red+Green+Blue) = 123+14+29=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0E1D is #84F1E2. Grayscale: #303030. Windows color (decimal): -8712675 or 1904251. OLE color: 1904251.

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

Color convert

RGB1231429-
CMYK00.890.760.52
HSL351.74º79.56%26.86%-
HSV(B)351.74º88.62%48.24%-
XYZ8.554.611.6-
YUV48.3117.11181.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 74.10%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=74.10%
G=8.43%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123142900.890.760.52351.7479.5626.86
Hex7BE1D0594C34160501b
Octal173163501311146454012033
Binary1111011111011101010110011001100110100101100000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,14,29); }

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

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

 a { background-color: rgb(123,14,29); }

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

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

 span { border-color: rgb(123,14,29); }

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