#71434B

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

Shades of Tosca #71434B

Tints of Tosca #71434B

Color information

#71434B (or 0x71434B) is unknown color: approx Tosca. HEX triplet: 71, 43 and 4B. RGB value is (113,67,75). Sum of RGB (Red+Green+Blue) = 113+67+75=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71434B is #8EBCB4. Grayscale: #515151. Windows color (decimal): -9354421 or 4932465. OLE color: 4932465.

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

Color convert

RGB1136775-
CMYK00.410.340.56
HSL349.57º25.56%35.29%-
HSV(B)349.57º40.71%44.31%-
XYZ10.098.037.68-
YUV81.67124.24150.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=44.31%
G=26.27%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113677500.410.340.56349.5725.5635.29
Hex71434B029223815e1a23
Octal16110311305142705363243
Binary111000110000111001011010100110001011100010101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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