#75081A

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

Shades of Burgundy #75081A

Tints of Burgundy #75081A

Color information

#75081A (or 0x75081A) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 1A. RGB value is (117,8,26). Sum of RGB (Red+Green+Blue) = 117+8+26=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #75081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75081A is #8AF7E5. Grayscale: #2A2A2A. Windows color (decimal): -9107430 or 1706101. OLE color: 1706101.

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

Color convert

RGB117826-
CMYK00.930.780.54
HSL350.09º87.2%24.51%-
HSV(B)350.09º93.16%45.88%-
XYZ7.614.031.35-
YUV42.64118.61181.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 77.48%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=77.48%
G=5.30%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11782600.930.780.54350.0987.224.51
Hex7581A05D4E3615e5719
Octal165103201351166653612731
Binary1110101100011010010111011001110110110101011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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