#75062B

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

Shades of Burgundy #75062B

Tints of Burgundy #75062B

Color information

#75062B (or 0x75062B) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 2B. RGB value is (117,6,43). Sum of RGB (Red+Green+Blue) = 117+6+43=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #75062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75062B is #8AF9D4. Grayscale: #2B2B2B. Windows color (decimal): -9107925 or 2819701. OLE color: 2819701.

HSL color Cylindrical-coordinate representation of color #75062B: hue angle of 340º 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 #75062B is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB117643-
CMYK00.950.630.54
HSL340º90.24%24.12%-
HSV(B)340º94.87%45.88%-
XYZ7.844.092.66-
YUV43.41127.77180.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.48%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=70.48%
G=3.61%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11764300.950.630.5434090.2424.12
Hex7562B05F3F361545a18
Octal1656530137776652413230
Binary111010111010101101011111111111110110101010100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75062B; }

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

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

<style>
 a { background-color: #75062B; }

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

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

<style>
 span { border-color: #75062B; }

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

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