Html Css Color HEX #71445A Finn

📋 copy color: '#71445A'

red 113 ◦ green 68 ◦ blue 90

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

Shades of Finn #71445A

Tints of Finn #71445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 41.7%
G = 25.09%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71445A (or 0x71445A) is known color: Finn. HEX triplet: 71, 44 and 5A. RGB value is (113,68,90). Sum of RGB (Red+Green+Blue) = 113+68+90=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71445A is #8EBBA5. Grayscale: #535353. Windows color (decimal): -9354150 or 5915761. OLE color: 5915761.

HSL color Cylindrical-coordinate representation of color #71445A: hue angle of 330.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71445A is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 90 -
CMYK 0 0.40 0.20 0.56
HSL 330.67º 0.25% 0.35% -
HSV(B) 330.67º 0.4% 0.44% -
XYZ 10.72 8.38 10.73 -
YUV 83.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 113 68 90 0 0.40 0.20 0.56 330.67 0.25 0.35
Hex 71 44 5A 0 28 14 38 14B 19 23
Octal 161 104 132 0 50 24 70 513 31 43
Binary 1110001 1000100 1011010 0 101000 10100 111000 101001011 11001 100011

Color Harmonies of #71445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71445A

Black with #71445A

Text Example


Text Example

White with #71445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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