Html Css Color HEX #71465B Finn

📋 copy color: '#71465B'

red 113 ◦ green 70 ◦ blue 91

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

Shades of Finn #71465B

Tints of Finn #71465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 41.24%
G = 25.55%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71465B (or 0x71465B) is known color: Finn. HEX triplet: 71, 46 and 5B. RGB value is (113,70,91). Sum of RGB (Red+Green+Blue) = 113+70+91=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71465B is #8EB9A4. Grayscale: #555555. Windows color (decimal): -9353637 or 5981809. OLE color: 5981809.

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

Color convert

RGB 113 70 91 -
CMYK 0 0.38 0.19 0.56
HSL 330.7º 0.23% 0.36% -
HSV(B) 330.7º 0.38% 0.44% -
XYZ 10.89 8.65 10.99 -
YUV 85.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 113 70 91 0 0.38 0.19 0.56 330.7 0.23 0.36
Hex 71 46 5B 0 26 13 38 14B 17 24
Octal 161 106 133 0 46 23 70 513 27 44
Binary 1110001 1000110 1011011 0 100110 10011 111000 101001011 10111 100100

Color Harmonies of #71465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71465B

Black with #71465B

Text Example


Text Example

White with #71465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,70,91); }

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

background-color css

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

 a { background-color: rgb(113,70,91); }

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

border-color css

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

 span { border-color: rgb(113,70,91); }

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