#732434

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

Shades of Claret #732434

Tints of Claret #732434

Color information

#732434 (or 0x732434) is unknown color: approx Claret. HEX triplet: 73, 24 and 34. RGB value is (115,36,52). Sum of RGB (Red+Green+Blue) = 115+36+52=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732434 is #8CDBCB. Grayscale: #3D3D3D. Windows color (decimal): -9231308 or 3417203. OLE color: 3417203.

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

Color convert

RGB1153652-
CMYK00.690.550.55
HSL347.85º52.32%29.61%-
HSV(B)347.85º68.7%45.1%-
XYZ8.325.153.81-
YUV61.44122.67166.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=56.65%
G=17.73%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115365200.690.550.55347.8552.3229.61
Hex732434045373715c341e
Octal1634464010567675346436
Binary11100111001001101000100010111011111011110101110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732434; }

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

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

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

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

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

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

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

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