#750230

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

Shades of Burgundy #750230

Tints of Burgundy #750230

Color information

#750230 (or 0x750230) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 30. RGB value is (117,2,48). Sum of RGB (Red+Green+Blue) = 117+2+48=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #750230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750230 is #8AFDCF. Grayscale: #292929. Windows color (decimal): -9108944 or 3146357. OLE color: 3146357.

HSL color Cylindrical-coordinate representation of color #750230: hue angle of 336º 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 #750230 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB117248-
CMYK00.980.590.54
HSL336º96.64%23.33%-
HSV(B)336º98.29%45.88%-
XYZ7.894.043.16-
YUV41.63131.6181.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.06%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=70.06%
G=1.20%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11724800.980.590.5433696.6423.33
Hex752300623B361506117
Octal1652600142736652014127
Binary11101011011000001100010111011110110101010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750230; }

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

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

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

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

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

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

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

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