#731A36

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

Shades of Claret #731A36

Tints of Claret #731A36

Color information

#731A36 (or 0x731A36) is unknown color: approx Claret. HEX triplet: 73, 1A and 36. RGB value is (115,26,54). Sum of RGB (Red+Green+Blue) = 115+26+54=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #731A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A36 is #8CE5C9. Grayscale: #373737. Windows color (decimal): -9233866 or 3545715. OLE color: 3545715.

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

Color convert

RGB1152654-
CMYK00.770.530.55
HSL341.12º63.12%27.65%-
HSV(B)341.12º77.39%45.1%-
XYZ8.114.653.96-
YUV55.8126.99170.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=58.97%
G=13.33%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115265400.770.530.55341.1263.1227.65
Hex731A3604D35371553f1c
Octal1633266011565675257734
Binary1110011110101101100100110111010111011110101010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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