#71484D

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

Shades of Tosca #71484D

Tints of Tosca #71484D

Color information

#71484D (or 0x71484D) is unknown color: approx Tosca. HEX triplet: 71, 48 and 4D. RGB value is (113,72,77). Sum of RGB (Red+Green+Blue) = 113+72+77=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71484D is #8EB7B2. Grayscale: #545454. Windows color (decimal): -9353139 or 5064817. OLE color: 5064817.

HSL color Cylindrical-coordinate representation of color #71484D: hue angle of 352.68º 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 #71484D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1137277-
CMYK00.360.320.56
HSL352.68º22.16%36.27%-
HSV(B)352.68º36.28%44.31%-
XYZ10.478.688.15-
YUV84.83123.58148.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=43.13%
G=27.48%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113727700.360.320.56352.6822.1636.27
Hex71484D02420381611624
Octal16111011504440705412644
Binary111000110010001001101010010010000011100010110000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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