#7B082F

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

Shades of Burgundy #7B082F

Tints of Burgundy #7B082F

Color information

#7B082F (or 0x7B082F) is unknown color: approx Burgundy. HEX triplet: 7B, 08 and 2F. RGB value is (123,8,47). Sum of RGB (Red+Green+Blue) = 123+8+47=178 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.10% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 123 - color contains mainly: red. Hex color #7B082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B082F is #84F7D0. Grayscale: #2E2E2E. Windows color (decimal): -8714193 or 3082363. OLE color: 3082363.

HSL color Cylindrical-coordinate representation of color #7B082F: hue angle of 339.65º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B082F is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB123847-
CMYK00.930.620.52
HSL339.65º87.79%25.69%-
HSV(B)339.65º93.5%48.24%-
XYZ8.774.593.11-
YUV46.83128.1182.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 69.10%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=69.10%
G=4.49%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12384700.930.620.52339.6587.7925.69
Hex7B82F05D3E34154581a
Octal17310570135766452413032
Binary1111011100010111101011101111110110100101010100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,8,47); }

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

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

 a { background-color: rgb(123,8,47); }

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

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

 span { border-color: rgb(123,8,47); }

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