Html Css Color HEX #71425C Finn

📋 copy color: '#71425C'

red 113 ◦ green 66 ◦ blue 92

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

Shades of Finn #71425C

Tints of Finn #71425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 41.7%
G = 24.35%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71425C (or 0x71425C) is known color: Finn. HEX triplet: 71, 42 and 5C. RGB value is (113,66,92). Sum of RGB (Red+Green+Blue) = 113+66+92=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71425C is #8EBDA3. Grayscale: #525252. Windows color (decimal): -9354660 or 6046321. OLE color: 6046321.

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

Color convert

RGB 113 66 92 -
CMYK 0 0.42 0.19 0.56
HSL 326.81º 0.26% 0.35% -
HSV(B) 326.81º 0.42% 0.44% -
XYZ 10.69 8.18 11.14 -
YUV 83.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 113 66 92 0 0.42 0.19 0.56 326.81 0.26 0.35
Hex 71 42 5C 0 2A 13 38 147 1A 23
Octal 161 102 134 0 52 23 70 507 32 43
Binary 1110001 1000010 1011100 0 101010 10011 111000 101000111 11010 100011

Color Harmonies of #71425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71425C

Black with #71425C

Text Example


Text Example

White with #71425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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