#750827

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

Shades of Burgundy #750827

Tints of Burgundy #750827

Color information

#750827 (or 0x750827) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 27. RGB value is (117,8,39). Sum of RGB (Red+Green+Blue) = 117+8+39=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #750827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750827 is #8AF7D8. Grayscale: #2C2C2C. Windows color (decimal): -9107417 or 2558069. OLE color: 2558069.

HSL color Cylindrical-coordinate representation of color #750827: hue angle of 342.94º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750827 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB117839-
CMYK00.930.670.54
HSL342.94º87.2%24.51%-
HSV(B)342.94º93.16%45.88%-
XYZ7.794.12.3-
YUV44.12125.11179.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.34%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=71.34%
G=4.88%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11783900.930.670.54342.9487.224.51
Hex7582705D43361575719
Octal165104701351036652712731
Binary11101011000100111010111011000011110110101010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750827; }

 p { color: rgb(117,8,39); }

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

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

 a { background-color: rgb(117,8,39); }

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

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

 span { border-color: rgb(117,8,39); }

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