#732638

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

Shades of Claret #732638

Tints of Claret #732638

Color information

#732638 (or 0x732638) is unknown color: approx Claret. HEX triplet: 73, 26 and 38. RGB value is (115,38,56). Sum of RGB (Red+Green+Blue) = 115+38+56=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #732638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732638 is #8CD9C7. Grayscale: #3F3F3F. Windows color (decimal): -9230792 or 3679859. OLE color: 3679859.

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

Color convert

RGB1153856-
CMYK00.670.510.55
HSL345.97º50.33%30%-
HSV(B)345.97º66.96%45.1%-
XYZ8.485.324.32-
YUV63.08124.01165.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=55.02%
G=18.18%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115385600.670.510.55345.9750.3330
Hex732638043333715a321e
Octal1634670010363675326236
Binary11100111001101110000100001111001111011110101101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732638; }

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

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

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

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

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

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

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

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