#75061A

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

Shades of Burgundy #75061A

Tints of Burgundy #75061A

Color information

#75061A (or 0x75061A) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 1A. RGB value is (117,6,26). Sum of RGB (Red+Green+Blue) = 117+6+26=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #75061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75061A is #8AF9E5. Grayscale: #292929. Windows color (decimal): -9107942 or 1705589. OLE color: 1705589.

HSL color Cylindrical-coordinate representation of color #75061A: hue angle of 349.19º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75061A is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB117626-
CMYK00.950.780.54
HSL349.19º90.24%24.12%-
HSV(B)349.19º94.87%45.88%-
XYZ7.593.991.35-
YUV41.47119.27181.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78.52%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=78.52%
G=4.03%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11762600.950.780.54349.1990.2424.12
Hex7561A05F4E3615d5a18
Octal16563201371166653513230
Binary111010111011010010111111001110110110101011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,6,26); }

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

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

 a { background-color: rgb(117,6,26); }

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

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

 span { border-color: rgb(117,6,26); }

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