Html Css Color HEX #70415B Finn

📋 copy color: '#70415B'

red 112 ◦ green 65 ◦ blue 91

#70415B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #70415B

Tints of Finn #70415B

RGB

 RED value IS 112 (44.14% from 255) = 41.79%

 GREEN value IS 65 (25.78% from 255) = 24.25%

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 41.79%
G = 24.25%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70415B (or 0x70415B) is known color: Finn. HEX triplet: 70, 41 and 5B. RGB value is (112,65,91). Sum of RGB (Red+Green+Blue) = 112+65+91=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70415B is #8FBEA4. Grayscale: #515151. Windows color (decimal): -9420453 or 5980528. OLE color: 5980528.

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

Color convert

RGB 112 65 91 -
CMYK 0 0.42 0.19 0.56
HSL 326.81º 0.27% 0.35% -
HSV(B) 326.81º 0.42% 0.44% -
XYZ 10.46 7.98 10.89 -
YUV 82.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 112 65 91 0 0.42 0.19 0.56 326.81 0.27 0.35
Hex 70 41 5B 0 2A 13 38 147 1B 23
Octal 160 101 133 0 52 23 70 507 33 43
Binary 1110000 1000001 1011011 0 101010 10011 111000 101000111 11011 100011

Color Harmonies of #70415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70415B

Black with #70415B

Text Example


Text Example

White with #70415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70415B;
 }
 .AnyTagClassName
 {
   color: #70415B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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