#75080C

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

Shades of Burgundy #75080C

Tints of Burgundy #75080C

Color information

#75080C (or 0x75080C) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 0C. RGB value is (117,8,12). Sum of RGB (Red+Green+Blue) = 117+8+12=137 (18% of max value = 765). Red value is 117 (46.09% from 255 or 85.40% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 117 - color contains mainly: red. Hex color #75080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75080C is #8AF7F3. Grayscale: #292929. Windows color (decimal): -9107444 or 788597. OLE color: 788597.

HSL color Cylindrical-coordinate representation of color #75080C: hue angle of 357.8º 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 #75080C is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB117812-
CMYK00.930.900.54
HSL357.8º87.2%24.51%-
HSV(B)357.8º93.16%45.88%-
XYZ7.493.980.72-
YUV41.05111.61182.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 85.40%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=85.40%
G=5.84%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11781200.930.900.54357.887.224.51
Hex758C05D5A361665719
Octal165101401351326654612731
Binary111010110001100010111011011010110110101100110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75080C; }

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

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

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

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

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

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

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

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