#71424B

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

Shades of Tosca #71424B

Tints of Tosca #71424B

Color information

#71424B (or 0x71424B) is unknown color: approx Tosca. HEX triplet: 71, 42 and 4B. RGB value is (113,66,75). Sum of RGB (Red+Green+Blue) = 113+66+75=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71424B is #8EBDB4. Grayscale: #515151. Windows color (decimal): -9354677 or 4932209. OLE color: 4932209.

HSL color Cylindrical-coordinate representation of color #71424B: hue angle of 348.51º 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 #71424B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1136675-
CMYK00.420.340.56
HSL348.51º26.26%35.1%-
HSV(B)348.51º41.59%44.31%-
XYZ10.037.927.66-
YUV81.08124.57150.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 75 (29.69% from 255) = 29.53%
R=44.49%
G=25.98%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113667500.420.340.56348.5126.2635.1
Hex71424B02A223815d1a23
Octal16110211305242705353243
Binary111000110000101001011010101010001011100010101110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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