#715375

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

Shades of Rum #715375

Tints of Rum #715375

Color information

#715375 (or 0x715375) is unknown color: approx Rum. HEX triplet: 71, 53 and 75. RGB value is (113,83,117). Sum of RGB (Red+Green+Blue) = 113+83+117=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #715375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715375 is #8EAC8A. Grayscale: #5F5F5F. Windows color (decimal): -9350283 or 7689073. OLE color: 7689073.

HSL color Cylindrical-coordinate representation of color #715375: hue angle of 292.94º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715375 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11383117-
CMYK0.030.2900.54
HSL292.94º17%39.22%-
HSV(B)292.94º29.06%45.88%-
XYZ13.1110.9818.26-
YUV95.85139.94140.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=36.10%
G=26.52%
B=37.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113831170.030.2900.54292.941739.22
Hex71537531D0361251127
Octal1611231653350664452147
Binary1110001101001111101011111101011011010010010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715375; }

 p { color: rgb(113,83,117); }

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

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

 a { background-color: rgb(113,83,117); }

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

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

 span { border-color: rgb(113,83,117); }

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