#740323

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

Shades of Burgundy #740323

Tints of Burgundy #740323

Color information

#740323 (or 0x740323) is unknown color: approx Burgundy. HEX triplet: 74, 03 and 23. RGB value is (116,3,35). Sum of RGB (Red+Green+Blue) = 116+3+35=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #740323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740323 is #8BFCDC. Grayscale: #282828. Windows color (decimal): -9174237 or 2294644. OLE color: 2294644.

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

Color convert

RGB116335-
CMYK00.970.700.55
HSL343.01º94.96%23.33%-
HSV(B)343.01º97.41%45.49%-
XYZ7.543.91.95-
YUV40.44124.94181.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 75.32%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=75.32%
G=1.95%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11633500.970.700.55343.0194.9623.33
Hex7432306146371575f17
Octal16434301411066752713727
Binary111010011100011011000011000110110111101010111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740323; }

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

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

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

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

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

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

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

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