#7B001F

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

Shades of Burgundy #7B001F

Tints of Burgundy #7B001F

Color information

#7B001F (or 0x7B001F) is unknown color: approx Burgundy. HEX triplet: 7B, 00 and 1F. RGB value is (123,0,31). Sum of RGB (Red+Green+Blue) = 123+0+31=154 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.87% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 123 - color contains mainly: red. Hex color #7B001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B001F is #84FFE0. Grayscale: #282828. Windows color (decimal): -8716257 or 2031739. OLE color: 2031739.

HSL color Cylindrical-coordinate representation of color #7B001F: hue angle of 344.88º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B001F is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB123031-
CMYK010.750.52
HSL344.88º100%24.12%-
HSV(B)344.88º100%48.24%-
XYZ8.424.311.68-
YUV40.31122.75186.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 79.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=79.87%
G=0%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123031010.750.52344.8810024.12
Hex7B01F0644B341596418
Octal17303701441136453114430
Binary1111011011111011001001001011110100101011001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,0,31); }

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

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

 a { background-color: rgb(123,0,31); }

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

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

 span { border-color: rgb(123,0,31); }

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