#750B32

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

Shades of Burgundy #750B32

Tints of Burgundy #750B32

Color information

#750B32 (or 0x750B32) is unknown color: approx Burgundy. HEX triplet: 75, 0B and 32. RGB value is (117,11,50). Sum of RGB (Red+Green+Blue) = 117+11+50=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #750B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B32 is #8AF4CD. Grayscale: #2F2F2F. Windows color (decimal): -9106638 or 3279733. OLE color: 3279733.

HSL color Cylindrical-coordinate representation of color #750B32: hue angle of 337.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750B32 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1171150-
CMYK00.910.570.54
HSL337.92º82.81%25.1%-
HSV(B)337.92º90.6%45.88%-
XYZ8.034.253.41-
YUV47.14129.62177.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 11 (4.69% from 255) = 6.18%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=65.73%
G=6.18%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117115000.910.570.54337.9282.8125.1
Hex75B3205B39361525319
Octal16513620133716652212331
Binary1110101101111001001011011111001110110101010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750B32; }

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

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

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

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

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

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

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

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