#732835

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

Shades of Claret #732835

Tints of Claret #732835

Color information

#732835 (or 0x732835) is unknown color: approx Claret. HEX triplet: 73, 28 and 35. RGB value is (115,40,53). Sum of RGB (Red+Green+Blue) = 115+40+53=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #732835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732835 is #8CD7CA. Grayscale: #3F3F3F. Windows color (decimal): -9230283 or 3483763. OLE color: 3483763.

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

Color convert

RGB1154053-
CMYK00.650.540.55
HSL349.6º48.39%30.39%-
HSV(B)349.6º65.22%45.1%-
XYZ8.475.423.97-
YUV63.91121.85164.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=55.29%
G=19.23%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115405300.650.540.55349.648.3930.39
Hex732835041363715e301e
Octal1635065010166675366036
Binary11100111010001101010100000111011011011110101111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732835; }

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

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

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

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

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

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

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

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