#71484E

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

Shades of Tosca #71484E

Tints of Tosca #71484E

Color information

#71484E (or 0x71484E) is unknown color: approx Tosca. HEX triplet: 71, 48 and 4E. RGB value is (113,72,78). Sum of RGB (Red+Green+Blue) = 113+72+78=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71484E is #8EB7B1. Grayscale: #545454. Windows color (decimal): -9353138 or 5130353. OLE color: 5130353.

HSL color Cylindrical-coordinate representation of color #71484E: hue angle of 351.22º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71484E is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1137278-
CMYK00.360.310.56
HSL351.22º22.16%36.27%-
HSV(B)351.22º36.28%44.31%-
XYZ10.58.78.33-
YUV84.94124.08148.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=42.97%
G=27.38%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113727800.360.310.56351.2222.1636.27
Hex71484E0241F3815f1624
Octal16111011604437705372644
Binary11100011001000100111001001001111111100010101111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71484E; }

 p { color: rgb(113,72,78); }

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

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

 a { background-color: rgb(113,72,78); }

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

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

 span { border-color: rgb(113,72,78); }

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