#732936

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

Shades of Claret #732936

Tints of Claret #732936

Color information

#732936 (or 0x732936) is unknown color: approx Claret. HEX triplet: 73, 29 and 36. RGB value is (115,41,54). Sum of RGB (Red+Green+Blue) = 115+41+54=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #732936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732936 is #8CD6C9. Grayscale: #404040. Windows color (decimal): -9230026 or 3549555. OLE color: 3549555.

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

Color convert

RGB1154154-
CMYK00.640.530.55
HSL349.46º47.44%30.59%-
HSV(B)349.46º64.35%45.1%-
XYZ8.535.54.1-
YUV64.61122.02163.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=54.76%
G=19.52%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115415400.640.530.55349.4647.4430.59
Hex732936040353715d2f1f
Octal1635166010065675355737
Binary11100111010011101100100000011010111011110101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732936; }

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

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

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

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

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

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

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

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