#731633

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

Shades of Claret #731633

Tints of Claret #731633

Color information

#731633 (or 0x731633) is unknown color: approx Claret. HEX triplet: 73, 16 and 33. RGB value is (115,22,51). Sum of RGB (Red+Green+Blue) = 115+22+51=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #731633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731633 is #8CE9CC. Grayscale: #353535. Windows color (decimal): -9234893 or 3348083. OLE color: 3348083.

HSL color Cylindrical-coordinate representation of color #731633: hue angle of 341.29º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731633 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1152251-
CMYK00.810.560.55
HSL341.29º67.88%26.86%-
HSV(B)341.29º80.87%45.1%-
XYZ7.954.463.57-
YUV53.11126.81172.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=61.17%
G=11.70%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115225100.810.560.55341.2967.8826.86
Hex7316330513837155441b
Octal16326630121706752510433
Binary11100111011011001101010001111000110111101010101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731633; }

 p { color: rgb(115,22,51); }

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

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

 a { background-color: rgb(115,22,51); }

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

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

 span { border-color: rgb(115,22,51); }

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