#71395D

Color #71395D Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #71395D

Tints of Finn #71395D

Color information

#71395D (or 0x71395D) is unknown color: approx Finn. HEX triplet: 71, 39 and 5D. RGB value is (113,57,93). Sum of RGB (Red+Green+Blue) = 113+57+93=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71395D is #8EC6A2. Grayscale: #4D4D4D. Windows color (decimal): -9356963 or 6109553. OLE color: 6109553.

HSL color Cylindrical-coordinate representation of color #71395D: hue angle of 321.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71395D is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1135793-
CMYK00.500.180.56
HSL321.43º32.94%33.33%-
HSV(B)321.43º49.56%44.31%-
XYZ10.257.2311.21-
YUV77.85136.55153.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=42.97%
G=21.67%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113579300.500.180.56321.4332.9433.33
Hex71395D03212381412121
Octal1617113506222705014141
Binary11100011110011011101011001010010111000101000001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71395D; }

 p { color: rgb(113,57,93); }

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

<style>
 a { background-color: #71395D; }

 a { background-color: rgb(113,57,93); }

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

<style>
 span { border-color: #71395D; }

 span { border-color: rgb(113,57,93); }

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