#70365B

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

Shades of Finn #70365B

Tints of Finn #70365B

Color information

#70365B (or 0x70365B) is unknown color: approx Finn. HEX triplet: 70, 36 and 5B. RGB value is (112,54,91). Sum of RGB (Red+Green+Blue) = 112+54+91=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70365B is #8FC9A4. Grayscale: #4B4B4B. Windows color (decimal): -9423269 or 5977712. OLE color: 5977712.

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

Color convert

RGB1125491-
CMYK00.520.190.56
HSL321.72º34.94%32.55%-
HSV(B)321.72º51.79%43.92%-
XYZ9.896.8410.7-
YUV75.56136.72153.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=43.58%
G=21.01%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112549100.520.190.56321.7234.9432.55
Hex70365B03413381422321
Octal1606613306423705024341
Binary11100001101101011011011010010011111000101000010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,54,91); }

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

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

 a { background-color: rgb(112,54,91); }

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

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

 span { border-color: rgb(112,54,91); }

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