#732139

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

Shades of Claret #732139

Tints of Claret #732139

Color information

#732139 (or 0x732139) is unknown color: approx Claret. HEX triplet: 73, 21 and 39. RGB value is (115,33,57). Sum of RGB (Red+Green+Blue) = 115+33+57=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #732139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732139 is #8CDEC6. Grayscale: #3C3C3C. Windows color (decimal): -9232071 or 3744115. OLE color: 3744115.

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

Color convert

RGB1153357-
CMYK00.710.500.55
HSL342.44º55.41%29.02%-
HSV(B)342.44º71.3%45.1%-
XYZ8.355.034.4-
YUV60.25126.17167.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=56.10%
G=16.10%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115335700.710.500.55342.4455.4129.02
Hex7321390473237156371d
Octal1634171010762675266735
Binary11100111000011110010100011111001011011110101011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732139; }

 p { color: rgb(115,33,57); }

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

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

 a { background-color: rgb(115,33,57); }

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

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

 span { border-color: rgb(115,33,57); }

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