Html Css Color HEX #71415A Finn

📋 copy color: '#71415A'

red 113 ◦ green 65 ◦ blue 90

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

Shades of Finn #71415A

Tints of Finn #71415A

RGB

 RED value IS 113 (44.53% from 255) = 42.16%

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 42.16%
G = 24.25%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71415A (or 0x71415A) is known color: Finn. HEX triplet: 71, 41 and 5A. RGB value is (113,65,90). Sum of RGB (Red+Green+Blue) = 113+65+90=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #71415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71415A is #8EBEA5. Grayscale: #525252. Windows color (decimal): -9354918 or 5914993. OLE color: 5914993.

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

Color convert

RGB 113 65 90 -
CMYK 0 0.42 0.20 0.56
HSL 328.75º 0.27% 0.35% -
HSV(B) 328.75º 0.42% 0.44% -
XYZ 10.55 8.03 10.67 -
YUV 82.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 113 65 90 0 0.42 0.20 0.56 328.75 0.27 0.35
Hex 71 41 5A 0 2A 14 38 149 1B 23
Octal 161 101 132 0 52 24 70 511 33 43
Binary 1110001 1000001 1011010 0 101010 10100 111000 101001001 11011 100011

Color Harmonies of #71415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71415A

Black with #71415A

Text Example


Text Example

White with #71415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71415A; }

 p { color: rgb(113,65,90); }

 H1.HeaderClassName
 {
   color: #71415A;
 }
 .AnyTagClassName
 {
   color: #71415A;
 }
</style>

background-color css

<style>
 a { background-color: #71415A; }

 a { background-color: rgb(113,65,90); }

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

border-color css

<style>
 span { border-color: #71415A; }

 span { border-color: rgb(113,65,90); }

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