#731936

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

Shades of Claret #731936

Tints of Claret #731936

Color information

#731936 (or 0x731936) is unknown color: approx Claret. HEX triplet: 73, 19 and 36. RGB value is (115,25,54). Sum of RGB (Red+Green+Blue) = 115+25+54=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #731936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731936 is #8CE6C9. Grayscale: #373737. Windows color (decimal): -9234122 or 3545459. OLE color: 3545459.

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

Color convert

RGB1152554-
CMYK00.780.530.55
HSL340.67º64.29%27.45%-
HSV(B)340.67º78.26%45.1%-
XYZ8.084.613.95-
YUV55.22127.32170.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 54 (21.48% from 255) = 27.84%
R=59.28%
G=12.89%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115255400.780.530.55340.6764.2927.45
Hex73193604E3537155401b
Octal16331660116656752510033
Binary11100111100111011001001110110101110111101010101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731936; }

 p { color: rgb(115,25,54); }

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

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

 a { background-color: rgb(115,25,54); }

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

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

 span { border-color: rgb(115,25,54); }

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