#75050B

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

Shades of Burgundy #75050B

Tints of Burgundy #75050B

Color information

#75050B (or 0x75050B) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 0B. RGB value is (117,5,11). Sum of RGB (Red+Green+Blue) = 117+5+11=133 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.97% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 117 - color contains mainly: red. Hex color #75050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75050B is #8AFAF4. Grayscale: #272727. Windows color (decimal): -9108213 or 722293. OLE color: 722293.

HSL color Cylindrical-coordinate representation of color #75050B: hue angle of 356.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75050B is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB117511-
CMYK00.960.910.54
HSL356.79º91.8%23.92%-
HSV(B)356.79º95.73%45.88%-
XYZ7.453.910.68-
YUV39.17112.11183.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 87.97%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=87.97%
G=3.76%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11751100.960.910.54356.7991.823.92
Hex755B0605B361655c18
Octal16551301401336654513430
Binary11101011011011011000001011011110110101100101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75050B; }

 p { color: rgb(117,5,11); }

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

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

 a { background-color: rgb(117,5,11); }

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

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

 span { border-color: rgb(117,5,11); }

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