#731630

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

Shades of Claret #731630

Tints of Claret #731630

Color information

#731630 (or 0x731630) is unknown color: approx Claret. HEX triplet: 73, 16 and 30. RGB value is (115,22,48). Sum of RGB (Red+Green+Blue) = 115+22+48=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #731630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731630 is #8CE9CF. Grayscale: #343434. Windows color (decimal): -9234896 or 3151475. OLE color: 3151475.

HSL color Cylindrical-coordinate representation of color #731630: hue angle of 343.23º 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 #731630 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1152248-
CMYK00.810.580.55
HSL343.23º67.88%26.86%-
HSV(B)343.23º80.87%45.1%-
XYZ7.894.433.24-
YUV52.77125.31172.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=62.16%
G=11.89%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115224800.810.580.55343.2367.8826.86
Hex7316300513A37157441b
Octal16326600121726752710433
Binary11100111011011000001010001111010110111101010111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731630; }

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

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

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

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

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

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

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

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