#732634

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

Shades of Claret #732634

Tints of Claret #732634

Color information

#732634 (or 0x732634) is unknown color: approx Claret. HEX triplet: 73, 26 and 34. RGB value is (115,38,52). Sum of RGB (Red+Green+Blue) = 115+38+52=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #732634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732634 is #8CD9CB. Grayscale: #3E3E3E. Windows color (decimal): -9230796 or 3417715. OLE color: 3417715.

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

Color convert

RGB1153852-
CMYK00.670.550.55
HSL349.09º50.33%30%-
HSV(B)349.09º66.96%45.1%-
XYZ8.385.283.83-
YUV62.62122.01165.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=56.10%
G=18.54%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115385200.670.550.55349.0950.3330
Hex732634043373715d321e
Octal1634664010367675356236
Binary11100111001101101000100001111011111011110101110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732634; }

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

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

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

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

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

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

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

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