#732836

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

Shades of Claret #732836

Tints of Claret #732836

Color information

#732836 (or 0x732836) is unknown color: approx Claret. HEX triplet: 73, 28 and 36. RGB value is (115,40,54). Sum of RGB (Red+Green+Blue) = 115+40+54=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #732836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732836 is #8CD7C9. Grayscale: #404040. Windows color (decimal): -9230282 or 3549299. OLE color: 3549299.

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

Color convert

RGB1154054-
CMYK00.650.530.55
HSL348.8º48.39%30.39%-
HSV(B)348.8º65.22%45.1%-
XYZ8.495.434.09-
YUV64.02122.35164.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=55.02%
G=19.14%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115405400.650.530.55348.848.3930.39
Hex732836041353715d301e
Octal1635066010165675356036
Binary11100111010001101100100000111010111011110101110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732836; }

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

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

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

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

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

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

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

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