#731830

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

Shades of Claret #731830

Tints of Claret #731830

Color information

#731830 (or 0x731830) is unknown color: approx Claret. HEX triplet: 73, 18 and 30. RGB value is (115,24,48). Sum of RGB (Red+Green+Blue) = 115+24+48=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #731830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731830 is #8CE7CF. Grayscale: #353535. Windows color (decimal): -9234384 or 3151987. OLE color: 3151987.

HSL color Cylindrical-coordinate representation of color #731830: hue angle of 344.18º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731830 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1152448-
CMYK00.790.580.55
HSL344.18º65.47%27.25%-
HSV(B)344.18º79.13%45.1%-
XYZ7.934.513.25-
YUV53.94124.65171.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.50%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 48 (19.14% from 255) = 25.67%
R=61.50%
G=12.83%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115244800.790.580.55344.1865.4727.25
Hex73183004F3A37158411b
Octal16330600117726753010133
Binary11100111100011000001001111111010110111101011000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731830; }

 p { color: rgb(115,24,48); }

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

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

 a { background-color: rgb(115,24,48); }

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

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

 span { border-color: rgb(115,24,48); }

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