#732937

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

Shades of Claret #732937

Tints of Claret #732937

Color information

#732937 (or 0x732937) is unknown color: approx Claret. HEX triplet: 73, 29 and 37. RGB value is (115,41,55). Sum of RGB (Red+Green+Blue) = 115+41+55=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #732937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732937 is #8CD6C8. Grayscale: #404040. Windows color (decimal): -9230025 or 3615091. OLE color: 3615091.

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

Color convert

RGB1154155-
CMYK00.640.520.55
HSL348.65º47.44%30.59%-
HSV(B)348.65º64.35%45.1%-
XYZ8.555.514.23-
YUV64.72122.52163.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 55 (21.88% from 255) = 26.07%
R=54.50%
G=19.43%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115415500.640.520.55348.6547.4430.59
Hex732937040343715d2f1f
Octal1635167010064675355737
Binary11100111010011101110100000011010011011110101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732937; }

 p { color: rgb(115,41,55); }

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

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

 a { background-color: rgb(115,41,55); }

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

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

 span { border-color: rgb(115,41,55); }

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