#75022B

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

Shades of Burgundy #75022B

Tints of Burgundy #75022B

Color information

#75022B (or 0x75022B) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 2B. RGB value is (117,2,43). Sum of RGB (Red+Green+Blue) = 117+2+43=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #75022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75022B is #8AFDD4. Grayscale: #292929. Windows color (decimal): -9108949 or 2818677. OLE color: 2818677.

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

Color convert

RGB117243-
CMYK00.980.630.54
HSL338.61º96.64%23.33%-
HSV(B)338.61º98.29%45.88%-
XYZ7.7942.65-
YUV41.06129.1182.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.22%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=72.22%
G=1.23%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11724300.980.630.54338.6196.6423.33
Hex7522B0623F361536117
Octal1652530142776652314127
Binary11101011010101101100010111111110110101010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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