#750B2F

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

Shades of Burgundy #750B2F

Tints of Burgundy #750B2F

Color information

#750B2F (or 0x750B2F) is unknown color: approx Burgundy. HEX triplet: 75, 0B and 2F. RGB value is (117,11,47). Sum of RGB (Red+Green+Blue) = 117+11+47=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #750B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B2F is #8AF4D0. Grayscale: #2E2E2E. Windows color (decimal): -9106641 or 3083125. OLE color: 3083125.

HSL color Cylindrical-coordinate representation of color #750B2F: hue angle of 339.62º 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 #750B2F is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1171147-
CMYK00.910.600.54
HSL339.62º82.81%25.1%-
HSV(B)339.62º90.6%45.88%-
XYZ7.974.233.09-
YUV46.8128.12178.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 11 (4.69% from 255) = 6.29%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=66.86%
G=6.29%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117114700.910.600.54339.6282.8125.1
Hex75B2F05B3C361545319
Octal16513570133746652412331
Binary1110101101110111101011011111100110110101010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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