Html Css Color HEX #715574 Rum

📋 copy color: '#715574'

red 113 ◦ green 85 ◦ blue 116

#715574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #715574

Tints of Rum #715574

RGB

 RED value IS 113 (44.53% from 255) = 35.99%

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 35.99%
G = 27.07%
B = 36.94%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715574 (or 0x715574) is known color: Rum. HEX triplet: 71, 55 and 74. RGB value is (113,85,116). Sum of RGB (Red+Green+Blue) = 113+85+116=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #715574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715574 is #8EAA8B. Grayscale: #606060. Windows color (decimal): -9349772 or 7624049. OLE color: 7624049.

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

Color convert

RGB 113 85 116 -
CMYK 0.03 0.27 0 0.55
HSL 294.19º 0.15% 0.39% -
HSV(B) 294.19º 0.27% 0.45% -
XYZ 13.21 11.27 18 -
YUV 96.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 113 85 116 0.03 0.27 0 0.55 294.19 0.15 0.39
Hex 71 55 74 3 1B 0 37 126 F 27
Octal 161 125 164 3 33 0 67 446 17 47
Binary 1110001 1010101 1110100 11 11011 0 110111 100100110 1111 100111

Color Harmonies of #715574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715574

Black with #715574

Text Example


Text Example

White with #715574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715574; }

 p { color: rgb(113,85,116); }

 H1.HeaderClassName
 {
   color: #715574;
 }
 .AnyTagClassName
 {
   color: #715574;
 }
</style>

background-color css

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

 a { background-color: rgb(113,85,116); }

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

border-color css

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

 span { border-color: rgb(113,85,116); }

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