Html Css Color HEX #71415D Finn

📋 copy color: '#71415D'

red 113 ◦ green 65 ◦ blue 93

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

Shades of Finn #71415D

Tints of Finn #71415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 41.7%
G = 23.99%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71415D (or 0x71415D) is known color: Finn. HEX triplet: 71, 41 and 5D. RGB value is (113,65,93). Sum of RGB (Red+Green+Blue) = 113+65+93=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71415D is #8EBEA2. Grayscale: #525252. Windows color (decimal): -9354915 or 6111601. OLE color: 6111601.

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

Color convert

RGB 113 65 93 -
CMYK 0 0.42 0.18 0.56
HSL 325º 0.27% 0.35% -
HSV(B) 325º 0.42% 0.44% -
XYZ 10.68 8.08 11.35 -
YUV 82.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 113 65 93 0 0.42 0.18 0.56 325 0.27 0.35
Hex 71 41 5D 0 2A 12 38 145 1B 23
Octal 161 101 135 0 52 22 70 505 33 43
Binary 1110001 1000001 1011101 0 101010 10010 111000 101000101 11011 100011

Color Harmonies of #71415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71415D

Black with #71415D

Text Example


Text Example

White with #71415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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