#75010B

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

Shades of Burgundy #75010B

Tints of Burgundy #75010B

Color information

#75010B (or 0x75010B) is unknown color: approx Burgundy. HEX triplet: 75, 01 and 0B. RGB value is (117,1,11). Sum of RGB (Red+Green+Blue) = 117+1+11=129 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90.70% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 117 - color contains mainly: red. Hex color #75010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75010B is #8AFEF4. Grayscale: #242424. Windows color (decimal): -9109237 or 721269. OLE color: 721269.

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

Color convert

RGB117111-
CMYK00.990.910.54
HSL354.83º98.31%23.14%-
HSV(B)354.83º99.15%45.88%-
XYZ7.413.830.67-
YUV36.82113.43185.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 90.70%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=90.70%
G=0.78%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711100.990.910.54354.8398.3123.14
Hex751B0635B361636217
Octal16511301431336654314227
Binary111010111011011000111011011110110101100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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