#760323

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

Shades of Burgundy #760323

Tints of Burgundy #760323

Color information

#760323 (or 0x760323) is unknown color: approx Burgundy. HEX triplet: 76, 03 and 23. RGB value is (118,3,35). Sum of RGB (Red+Green+Blue) = 118+3+35=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #760323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760323 is #89FCDC. Grayscale: #292929. Windows color (decimal): -9043165 or 2294646. OLE color: 2294646.

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

Color convert

RGB118335-
CMYK00.970.700.54
HSL343.3º95.04%23.73%-
HSV(B)343.3º97.46%46.27%-
XYZ7.814.041.96-
YUV41.03124.6182.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.64%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 35 (14.06% from 255) = 22.44%
R=75.64%
G=1.92%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11833500.970.700.54343.395.0423.73
Hex7632306146361575f18
Octal16634301411066652713730
Binary111011011100011011000011000110110110101010111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760323; }

 p { color: rgb(118,3,35); }

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

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

 a { background-color: rgb(118,3,35); }

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

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

 span { border-color: rgb(118,3,35); }

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