#731C38

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

Shades of Claret #731C38

Tints of Claret #731C38

Color information

#731C38 (or 0x731C38) is unknown color: approx Claret. HEX triplet: 73, 1C and 38. RGB value is (115,28,56). Sum of RGB (Red+Green+Blue) = 115+28+56=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #731C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C38 is #8CE3C7. Grayscale: #393939. Windows color (decimal): -9233352 or 3677299. OLE color: 3677299.

HSL color Cylindrical-coordinate representation of color #731C38: hue angle of 340.69º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C38 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1152856-
CMYK00.760.510.55
HSL340.69º60.84%28.04%-
HSV(B)340.69º75.65%45.1%-
XYZ8.24.764.23-
YUV57.2127.32169.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=57.79%
G=14.07%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115285600.760.510.55340.6960.8428.04
Hex731C3804C33371553d1c
Octal1633470011463675257534
Binary1110011111001110000100110011001111011110101010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731C38; }

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

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

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

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

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

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

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

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