#780925

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

Shades of Burgundy #780925

Tints of Burgundy #780925

Color information

#780925 (or 0x780925) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 25. RGB value is (120,9,37). Sum of RGB (Red+Green+Blue) = 120+9+37=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #780925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780925 is #87F6DA. Grayscale: #2D2D2D. Windows color (decimal): -8910555 or 2427256. OLE color: 2427256.

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

Color convert

RGB120937-
CMYK00.920.690.53
HSL344.86º86.05%25.29%-
HSV(B)344.86º92.5%47.06%-
XYZ8.184.322.15-
YUV45.38123.27181.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.29%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=72.29%
G=5.42%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12093700.920.690.53344.8686.0525.29
Hex7892505C45351595619
Octal170114501341056553112631
Binary11110001001100101010111001000101110101101011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780925; }

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

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

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

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

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

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

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

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