#732534

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

Shades of Claret #732534

Tints of Claret #732534

Color information

#732534 (or 0x732534) is unknown color: approx Claret. HEX triplet: 73, 25 and 34. RGB value is (115,37,52). Sum of RGB (Red+Green+Blue) = 115+37+52=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #732534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732534 is #8CDACB. Grayscale: #3E3E3E. Windows color (decimal): -9231052 or 3417459. OLE color: 3417459.

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

Color convert

RGB1153752-
CMYK00.680.550.55
HSL348.46º51.32%29.8%-
HSV(B)348.46º67.83%45.1%-
XYZ8.355.223.82-
YUV62.03122.34165.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=56.37%
G=18.14%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115375200.680.550.55348.4651.3229.8
Hex732534044373715c331e
Octal1634564010467675346336
Binary11100111001011101000100010011011111011110101110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732534; }

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

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

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

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

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

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

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

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