#7B0E1C

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

Shades of Burgundy #7B0E1C

Tints of Burgundy #7B0E1C

Color information

#7B0E1C (or 0x7B0E1C) is unknown color: approx Burgundy. HEX triplet: 7B, 0E and 1C. RGB value is (123,14,28). Sum of RGB (Red+Green+Blue) = 123+14+28=165 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.55% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0E1C is #84F1E3. Grayscale: #303030. Windows color (decimal): -8712676 or 1838715. OLE color: 1838715.

HSL color Cylindrical-coordinate representation of color #7B0E1C: hue angle of 352.29º 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 #7B0E1C is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1231428-
CMYK00.890.770.52
HSL352.29º79.56%26.86%-
HSV(B)352.29º88.62%48.24%-
XYZ8.544.611.54-
YUV48.19116.61181.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 74.55%
GREEN value IS 14 (5.86% from 255) = 8.48%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=74.55%
G=8.48%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123142800.890.770.52352.2979.5626.86
Hex7BE1C0594D34160501b
Octal173163401311156454012033
Binary1111011111011100010110011001101110100101100000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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