Html Css Color HEX #71445C Finn

📋 copy color: '#71445C'

red 113 ◦ green 68 ◦ blue 92

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

Shades of Finn #71445C

Tints of Finn #71445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 41.39%
G = 24.91%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71445C (or 0x71445C) is known color: Finn. HEX triplet: 71, 44 and 5C. RGB value is (113,68,92). Sum of RGB (Red+Green+Blue) = 113+68+92=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71445C is #8EBBA3. Grayscale: #545454. Windows color (decimal): -9354148 or 6046833. OLE color: 6046833.

HSL color Cylindrical-coordinate representation of color #71445C: hue angle of 328º 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 #71445C is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 92 -
CMYK 0 0.40 0.19 0.56
HSL 328º 0.25% 0.35% -
HSV(B) 328º 0.4% 0.44% -
XYZ 10.81 8.42 11.18 -
YUV 84.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 113 68 92 0 0.40 0.19 0.56 328 0.25 0.35
Hex 71 44 5C 0 28 13 38 148 19 23
Octal 161 104 134 0 50 23 70 510 31 43
Binary 1110001 1000100 1011100 0 101000 10011 111000 101001000 11001 100011

Color Harmonies of #71445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71445C

Black with #71445C

Text Example


Text Example

White with #71445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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