#780926

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

Shades of Burgundy #780926

Tints of Burgundy #780926

Color information

#780926 (or 0x780926) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 26. RGB value is (120,9,38). Sum of RGB (Red+Green+Blue) = 120+9+38=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #780926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780926 is #87F6D9. Grayscale: #2D2D2D. Windows color (decimal): -8910554 or 2492792. OLE color: 2492792.

HSL color Cylindrical-coordinate representation of color #780926: hue angle of 344.32º 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 #780926 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB120938-
CMYK00.920.680.53
HSL344.32º86.05%25.29%-
HSV(B)344.32º92.5%47.06%-
XYZ8.194.332.24-
YUV45.5123.77181.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=71.86%
G=5.39%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12093800.920.680.53344.3286.0525.29
Hex7892605C44351585619
Octal170114601341046553012631
Binary11110001001100110010111001000100110101101011000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780926; }

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

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

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

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

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

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

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

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