#731534

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

Shades of Claret #731534

Tints of Claret #731534

Color information

#731534 (or 0x731534) is unknown color: approx Claret. HEX triplet: 73, 15 and 34. RGB value is (115,21,52). Sum of RGB (Red+Green+Blue) = 115+21+52=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #731534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731534 is #8CEACB. Grayscale: #343434. Windows color (decimal): -9235148 or 3413363. OLE color: 3413363.

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

Color convert

RGB1152152-
CMYK00.820.550.55
HSL340.21º69.12%26.67%-
HSV(B)340.21º81.74%45.1%-
XYZ7.964.433.68-
YUV52.64127.64172.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=61.17%
G=11.17%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115215200.820.550.55340.2169.1226.67
Hex7315340523737154451b
Octal16325640122676752410533
Binary11100111010111010001010010110111110111101010100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731534; }

 p { color: rgb(115,21,52); }

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

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

 a { background-color: rgb(115,21,52); }

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

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

 span { border-color: rgb(115,21,52); }

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