#750B0D

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

Shades of Burgundy #750B0D

Tints of Burgundy #750B0D

Color information

#750B0D (or 0x750B0D) is unknown color: approx Burgundy. HEX triplet: 75, 0B and 0D. RGB value is (117,11,13). Sum of RGB (Red+Green+Blue) = 117+11+13=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750B0D is #8AF4F2. Grayscale: #2B2B2B. Windows color (decimal): -9106675 or 854901. OLE color: 854901.

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

Color convert

RGB1171113-
CMYK00.910.890.54
HSL358.87º82.81%25.1%-
HSV(B)358.87º90.6%45.88%-
XYZ7.534.050.77-
YUV42.92111.12180.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.98%
GREEN value IS 11 (4.69% from 255) = 7.80%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=82.98%
G=7.80%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117111300.910.890.54358.8782.8125.1
Hex75BD05B59361675319
Octal165131501331316654712331
Binary111010110111101010110111011001110110101100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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