#7B0335

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

Shades of Burgundy #7B0335

Tints of Burgundy #7B0335

Color information

#7B0335 (or 0x7B0335) is unknown color: approx Burgundy. HEX triplet: 7B, 03 and 35. RGB value is (123,3,53). Sum of RGB (Red+Green+Blue) = 123+3+53=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0335 is #84FCCA. Grayscale: #2C2C2C. Windows color (decimal): -8715467 or 3474299. OLE color: 3474299.

HSL color Cylindrical-coordinate representation of color #7B0335: hue angle of 335º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0335 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB123353-
CMYK00.980.570.52
HSL335º95.24%24.71%-
HSV(B)335º97.56%48.24%-
XYZ8.844.533.78-
YUV44.58132.76183.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 68.72%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 53 (21.09% from 255) = 29.61%
R=68.72%
G=1.68%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12335300.980.570.5233595.2424.71
Hex7B335062393414f5f19
Octal1733650142716451713731
Binary11110111111010101100010111001110100101001111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,3,53); }

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

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

 a { background-color: rgb(123,3,53); }

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

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

 span { border-color: rgb(123,3,53); }

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