#71454B

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

Shades of Tosca #71454B

Tints of Tosca #71454B

Color information

#71454B (or 0x71454B) is unknown color: approx Tosca. HEX triplet: 71, 45 and 4B. RGB value is (113,69,75). Sum of RGB (Red+Green+Blue) = 113+69+75=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71454B is #8EBAB4. Grayscale: #525252. Windows color (decimal): -9353909 or 4932977. OLE color: 4932977.

HSL color Cylindrical-coordinate representation of color #71454B: hue angle of 351.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71454B is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1136975-
CMYK00.390.340.56
HSL351.82º24.18%35.69%-
HSV(B)351.82º38.94%44.31%-
XYZ10.218.277.72-
YUV82.84123.58149.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=43.97%
G=26.85%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113697500.390.340.56351.8224.1835.69
Hex71454B02722381601824
Octal16110511304742705403044
Binary111000110001011001011010011110001011100010110000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71454B; }

 p { color: rgb(113,69,75); }

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

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

 a { background-color: rgb(113,69,75); }

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

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

 span { border-color: rgb(113,69,75); }

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