#75020B

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

Shades of Burgundy #75020B

Tints of Burgundy #75020B

Color information

#75020B (or 0x75020B) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 0B. RGB value is (117,2,11). Sum of RGB (Red+Green+Blue) = 117+2+11=130 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 117 - color contains mainly: red. Hex color #75020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75020B is #8AFDF4. Grayscale: #252525. Windows color (decimal): -9108981 or 721525. OLE color: 721525.

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

Color convert

RGB117211-
CMYK00.980.910.54
HSL355.3º96.64%23.33%-
HSV(B)355.3º98.29%45.88%-
XYZ7.423.850.67-
YUV37.41113.1184.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 90%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 11 (4.69% from 255) = 8.46%
R=90%
G=1.54%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11721100.980.910.54355.396.6423.33
Hex752B0625B361636117
Octal16521301421336654314127
Binary1110101101011011000101011011110110101100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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