#71395C

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

Shades of Finn #71395C

Tints of Finn #71395C

Color information

#71395C (or 0x71395C) is unknown color: approx Finn. HEX triplet: 71, 39 and 5C. RGB value is (113,57,92). Sum of RGB (Red+Green+Blue) = 113+57+92=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71395C is #8EC6A3. Grayscale: #4D4D4D. Windows color (decimal): -9356964 or 6044017. OLE color: 6044017.

HSL color Cylindrical-coordinate representation of color #71395C: hue angle of 322.5º 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 #71395C is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1135792-
CMYK00.500.190.56
HSL322.5º32.94%33.33%-
HSV(B)322.5º49.56%44.31%-
XYZ10.27.2110.98-
YUV77.73136.05153.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=43.13%
G=21.76%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113579200.500.190.56322.532.9433.33
Hex71395C03213381422121
Octal1617113406223705024141
Binary11100011110011011100011001010011111000101000010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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