#731934

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

Shades of Claret #731934

Tints of Claret #731934

Color information

#731934 (or 0x731934) is unknown color: approx Claret. HEX triplet: 73, 19 and 34. RGB value is (115,25,52). Sum of RGB (Red+Green+Blue) = 115+25+52=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #731934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731934 is #8CE6CB. Grayscale: #363636. Windows color (decimal): -9234124 or 3414387. OLE color: 3414387.

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

Color convert

RGB1152552-
CMYK00.780.550.55
HSL342º64.29%27.45%-
HSV(B)342º78.26%45.1%-
XYZ8.044.593.71-
YUV54.99126.32170.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.90%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 52 (20.70% from 255) = 27.08%
R=59.90%
G=13.02%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115255200.780.550.5534264.2927.45
Hex73193404E3737156401b
Octal16331640116676752610033
Binary11100111100111010001001110110111110111101010110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731934; }

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

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

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

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

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

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

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

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