#731A39

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

Shades of Claret #731A39

Tints of Claret #731A39

Color information

#731A39 (or 0x731A39) is unknown color: approx Claret. HEX triplet: 73, 1A and 39. RGB value is (115,26,57). Sum of RGB (Red+Green+Blue) = 115+26+57=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #731A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A39 is #8CE5C6. Grayscale: #383838. Windows color (decimal): -9233863 or 3742323. OLE color: 3742323.

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

Color convert

RGB1152657-
CMYK00.770.500.55
HSL339.1º63.12%27.65%-
HSV(B)339.1º77.39%45.1%-
XYZ8.184.684.34-
YUV56.14128.49169.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=58.08%
G=13.13%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115265700.770.500.55339.163.1227.65
Hex731A3904D32371533f1c
Octal1633271011562675237734
Binary1110011110101110010100110111001011011110101001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,26,57); }

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

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

 a { background-color: rgb(115,26,57); }

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

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

 span { border-color: rgb(115,26,57); }

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