#731C36

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

Shades of Claret #731C36

Tints of Claret #731C36

Color information

#731C36 (or 0x731C36) is unknown color: approx Claret. HEX triplet: 73, 1C and 36. RGB value is (115,28,54). Sum of RGB (Red+Green+Blue) = 115+28+54=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #731C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C36 is #8CE3C9. Grayscale: #383838. Windows color (decimal): -9233354 or 3546227. OLE color: 3546227.

HSL color Cylindrical-coordinate representation of color #731C36: hue angle of 342.07º 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 #731C36 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1152854-
CMYK00.760.530.55
HSL342.07º60.84%28.04%-
HSV(B)342.07º75.65%45.1%-
XYZ8.154.743.98-
YUV56.98126.32169.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=58.38%
G=14.21%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115285400.760.530.55342.0760.8428.04
Hex731C3604C35371563d1c
Octal1633466011465675267534
Binary1110011111001101100100110011010111011110101011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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