#732038

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

Shades of Claret #732038

Tints of Claret #732038

Color information

#732038 (or 0x732038) is unknown color: approx Claret. HEX triplet: 73, 20 and 38. RGB value is (115,32,56). Sum of RGB (Red+Green+Blue) = 115+32+56=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732038 is #8CDFC7. Grayscale: #3B3B3B. Windows color (decimal): -9232328 or 3678323. OLE color: 3678323.

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

Color convert

RGB1153256-
CMYK00.720.510.55
HSL342.65º56.46%28.82%-
HSV(B)342.65º72.17%45.1%-
XYZ8.34.964.26-
YUV59.55126167.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=56.65%
G=15.76%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115325600.720.510.55342.6556.4628.82
Hex7320380483337157381d
Octal1634070011063675277035
Binary11100111000001110000100100011001111011110101011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732038; }

 p { color: rgb(115,32,56); }

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

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

 a { background-color: rgb(115,32,56); }

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

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

 span { border-color: rgb(115,32,56); }

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