#731134

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

Shades of Claret #731134

Tints of Claret #731134

Color information

#731134 (or 0x731134) is unknown color: approx Claret. HEX triplet: 73, 11 and 34. RGB value is (115,17,52). Sum of RGB (Red+Green+Blue) = 115+17+52=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #731134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731134 is #8CEECB. Grayscale: #323232. Windows color (decimal): -9236172 or 3412339. OLE color: 3412339.

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

Color convert

RGB1151752-
CMYK00.850.550.55
HSL338.57º74.24%25.88%-
HSV(B)338.57º85.22%45.1%-
XYZ7.894.293.66-
YUV50.29128.97174.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=62.5%
G=9.24%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115175200.850.550.55338.5774.2425.88
Hex73113405537371534a1a
Octal16321640125676752311232
Binary11100111000111010001010101110111110111101010011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731134; }

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

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

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

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

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

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

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

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