#731739

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

Shades of Claret #731739

Tints of Claret #731739

Color information

#731739 (or 0x731739) is unknown color: approx Claret. HEX triplet: 73, 17 and 39. RGB value is (115,23,57). Sum of RGB (Red+Green+Blue) = 115+23+57=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #731739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731739 is #8CE8C6. Grayscale: #363636. Windows color (decimal): -9234631 or 3741555. OLE color: 3741555.

HSL color Cylindrical-coordinate representation of color #731739: hue angle of 337.83º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731739 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1152357-
CMYK00.800.500.55
HSL337.83º66.67%27.06%-
HSV(B)337.83º80%45.1%-
XYZ8.124.554.32-
YUV54.38129.48171.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 57 (22.66% from 255) = 29.23%
R=58.97%
G=11.79%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115235700.800.500.55337.8366.6727.06
Hex7317390503237152431b
Octal16327710120626752210333
Binary11100111011111100101010000110010110111101010010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731739; }

 p { color: rgb(115,23,57); }

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

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

 a { background-color: rgb(115,23,57); }

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

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

 span { border-color: rgb(115,23,57); }

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