#731A38

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

Shades of Claret #731A38

Tints of Claret #731A38

Color information

#731A38 (or 0x731A38) is unknown color: approx Claret. HEX triplet: 73, 1A and 38. RGB value is (115,26,56). Sum of RGB (Red+Green+Blue) = 115+26+56=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #731A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A38 is #8CE5C7. Grayscale: #383838. Windows color (decimal): -9233864 or 3676787. OLE color: 3676787.

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

Color convert

RGB1152656-
CMYK00.770.510.55
HSL339.78º63.12%27.65%-
HSV(B)339.78º77.39%45.1%-
XYZ8.154.674.21-
YUV56.03127.99170.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=58.38%
G=13.20%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115265600.770.510.55339.7863.1227.65
Hex731A3804D33371543f1c
Octal1633270011563675247734
Binary1110011110101110000100110111001111011110101010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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