#731635

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

Shades of Claret #731635

Tints of Claret #731635

Color information

#731635 (or 0x731635) is unknown color: approx Claret. HEX triplet: 73, 16 and 35. RGB value is (115,22,53). Sum of RGB (Red+Green+Blue) = 115+22+53=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #731635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731635 is #8CE9CA. Grayscale: #353535. Windows color (decimal): -9234891 or 3479155. OLE color: 3479155.

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

Color convert

RGB1152253-
CMYK00.810.540.55
HSL340º67.88%26.86%-
HSV(B)340º80.87%45.1%-
XYZ84.483.81-
YUV53.34127.81171.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=60.53%
G=11.58%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115225300.810.540.5534067.8826.86
Hex7316350513637154441b
Octal16326650121666752410433
Binary11100111011011010101010001110110110111101010100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731635; }

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

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

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

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

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

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

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

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