#732536

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

Shades of Claret #732536

Tints of Claret #732536

Color information

#732536 (or 0x732536) is unknown color: approx Claret. HEX triplet: 73, 25 and 36. RGB value is (115,37,54). Sum of RGB (Red+Green+Blue) = 115+37+54=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #732536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732536 is #8CDAC9. Grayscale: #3E3E3E. Windows color (decimal): -9231050 or 3548531. OLE color: 3548531.

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

Color convert

RGB1153754-
CMYK00.680.530.55
HSL346.92º51.32%29.8%-
HSV(B)346.92º67.83%45.1%-
XYZ8.45.234.06-
YUV62.26123.34165.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=55.83%
G=17.96%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115375400.680.530.55346.9251.3229.8
Hex732536044353715b331e
Octal1634566010465675336336
Binary11100111001011101100100010011010111011110101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732536; }

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

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

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

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

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

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

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

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