#71424A

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

Shades of Tosca #71424A

Tints of Tosca #71424A

Color information

#71424A (or 0x71424A) is unknown color: approx Tosca. HEX triplet: 71, 42 and 4A. RGB value is (113,66,74). Sum of RGB (Red+Green+Blue) = 113+66+74=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71424A is #8EBDB5. Grayscale: #505050. Windows color (decimal): -9354678 or 4866673. OLE color: 4866673.

HSL color Cylindrical-coordinate representation of color #71424A: hue angle of 349.79º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71424A is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1136674-
CMYK00.420.350.56
HSL349.79º26.26%35.1%-
HSV(B)349.79º41.59%44.31%-
XYZ9.997.97.48-
YUV80.96124.07150.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=44.66%
G=26.09%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113667400.420.350.56349.7926.2635.1
Hex71424A02A233815e1a23
Octal16110211205243705363243
Binary111000110000101001010010101010001111100010101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71424A; }

 p { color: rgb(113,66,74); }

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

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

 a { background-color: rgb(113,66,74); }

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

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

 span { border-color: rgb(113,66,74); }

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