#760230

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

Shades of Burgundy #760230

Tints of Burgundy #760230

Color information

#760230 (or 0x760230) is unknown color: approx Burgundy. HEX triplet: 76, 02 and 30. RGB value is (118,2,48). Sum of RGB (Red+Green+Blue) = 118+2+48=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #760230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760230 is #89FDCF. Grayscale: #292929. Windows color (decimal): -9043408 or 3146358. OLE color: 3146358.

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

Color convert

RGB118248-
CMYK00.980.590.54
HSL336.21º96.67%23.53%-
HSV(B)336.21º98.31%46.27%-
XYZ8.034.113.17-
YUV41.93131.43182.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.24%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=70.24%
G=1.19%
B=28.57%

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
Decimal11824800.980.590.54336.2196.6723.53
Hex762300623B361506118
Octal1662600142736652014130
Binary11101101011000001100010111011110110101010000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760230; }

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

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

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

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

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

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

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

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