#75012A

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

Shades of Burgundy #75012A

Tints of Burgundy #75012A

Color information

#75012A (or 0x75012A) is unknown color: approx Burgundy. HEX triplet: 75, 01 and 2A. RGB value is (117,1,42). Sum of RGB (Red+Green+Blue) = 117+1+42=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #75012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75012A is #8AFED5. Grayscale: #282828. Windows color (decimal): -9109206 or 2752885. OLE color: 2752885.

HSL color Cylindrical-coordinate representation of color #75012A: hue angle of 338.79º 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 #75012A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB117142-
CMYK00.990.640.54
HSL338.79º98.31%23.14%-
HSV(B)338.79º99.15%45.88%-
XYZ7.763.972.55-
YUV40.36128.93182.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.12%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=73.12%
G=0.62%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11714200.990.640.54338.7998.3123.14
Hex7512A06340361536217
Octal16515201431006652314227
Binary11101011101010011000111000000110110101010011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75012A; }

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

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

<style>
 a { background-color: #75012A; }

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

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

<style>
 span { border-color: #75012A; }

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

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