#71444C

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

Shades of Tosca #71444C

Tints of Tosca #71444C

Color information

#71444C (or 0x71444C) is unknown color: approx Tosca. HEX triplet: 71, 44 and 4C. RGB value is (113,68,76). Sum of RGB (Red+Green+Blue) = 113+68+76=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71444C is #8EBBB3. Grayscale: #525252. Windows color (decimal): -9354164 or 4998257. OLE color: 4998257.

HSL color Cylindrical-coordinate representation of color #71444C: hue angle of 349.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71444C is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1136876-
CMYK00.400.330.56
HSL349.33º24.86%35.49%-
HSV(B)349.33º39.82%44.31%-
XYZ10.188.177.88-
YUV82.37124.41149.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=43.97%
G=26.46%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113687600.400.330.56349.3324.8635.49
Hex71444C028213815d1923
Octal16110411405041705353143
Binary111000110001001001100010100010000111100010101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71444C; }

 p { color: rgb(113,68,76); }

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

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

 a { background-color: rgb(113,68,76); }

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

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

 span { border-color: rgb(113,68,76); }

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