#750A29

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

Shades of Burgundy #750A29

Tints of Burgundy #750A29

Color information

#750A29 (or 0x750A29) is unknown color: approx Burgundy. HEX triplet: 75, 0A and 29. RGB value is (117,10,41). Sum of RGB (Red+Green+Blue) = 117+10+41=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #750A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A29 is #8AF5D6. Grayscale: #2D2D2D. Windows color (decimal): -9106903 or 2689653. OLE color: 2689653.

HSL color Cylindrical-coordinate representation of color #750A29: hue angle of 342.62º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A29 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1171041-
CMYK00.910.650.54
HSL342.62º84.25%24.9%-
HSV(B)342.62º91.45%45.88%-
XYZ7.844.162.49-
YUV45.53125.45178.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 10 (4.30% from 255) = 5.95%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=69.64%
G=5.95%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117104100.910.650.54342.6284.2524.9
Hex75A2905B41361575419
Octal165125101331016652712431
Binary11101011010101001010110111000001110110101010111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750A29; }

 p { color: rgb(117,10,41); }

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

<style>
 a { background-color: #750A29; }

 a { background-color: rgb(117,10,41); }

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

<style>
 span { border-color: #750A29; }

 span { border-color: rgb(117,10,41); }

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