#75002b

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

Shades of Burgundy #75002B

Tints of Burgundy #75002B

Color information

#75002B (or 0x75002B) is unknown color: approx Burgundy. HEX triplet: 75, 00 and 2B. RGB value is (117,0,43). Sum of RGB (Red+Green+Blue) = 117+0+43=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #75002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75002B is #8AFFD4. Grayscale: #272727. Windows color (decimal): -9109461 or 2818165. OLE color: 2818165.

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

Color convert

RGB117043-
CMYK010.630.54
HSL337.95º100%22.94%-
HSV(B)337.95º100%45.88%-
XYZ7.773.962.64-
YUV39.88129.76183-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=73.12%
G=0%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117043010.630.54337.9510022.94
Hex7502B0643F361526417
Octal1650530144776652214427
Binary1110101010101101100100111111110110101010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75002b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75002b; }

 p { color: rgb(117,0,43); }

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

<style>
 a { background-color: #75002b; }

 a { background-color: rgb(117,0,43); }

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

<style>
 span { border-color: #75002b; }

 span { border-color: rgb(117,0,43); }

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