#780923

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

Shades of Burgundy #780923

Tints of Burgundy #780923

Color information

#780923 (or 0x780923) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 23. RGB value is (120,9,35). Sum of RGB (Red+Green+Blue) = 120+9+35=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #780923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780923 is #87F6DC. Grayscale: #2D2D2D. Windows color (decimal): -8910557 or 2296184. OLE color: 2296184.

HSL color Cylindrical-coordinate representation of color #780923: hue angle of 345.95º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780923 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB120935-
CMYK00.920.710.53
HSL345.95º86.05%25.29%-
HSV(B)345.95º92.5%47.06%-
XYZ8.154.311.99-
YUV45.15122.27181.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.17%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=73.17%
G=5.49%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12093500.920.710.53345.9586.0525.29
Hex7892305C473515a5619
Octal170114301341076553212631
Binary11110001001100011010111001000111110101101011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780923; }

 p { color: rgb(120,9,35); }

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

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

 a { background-color: rgb(120,9,35); }

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

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

 span { border-color: rgb(120,9,35); }

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