Html Css Color HEX #71424F Finn

📋 copy color: '#71424F'

red 113 ◦ green 66 ◦ blue 79

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

Shades of Finn #71424F

Tints of Finn #71424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 43.8%
G = 25.58%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71424F (or 0x71424F) is known color: Finn. HEX triplet: 71, 42 and 4F. RGB value is (113,66,79). Sum of RGB (Red+Green+Blue) = 113+66+79=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71424F is #8EBDB0. Grayscale: #515151. Windows color (decimal): -9354673 or 5194353. OLE color: 5194353.

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

Color convert

RGB 113 66 79 -
CMYK 0 0.42 0.30 0.56
HSL 343.4º 0.26% 0.35% -
HSV(B) 343.4º 0.42% 0.44% -
XYZ 10.17 7.97 8.4 -
YUV 81.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 113 66 79 0 0.42 0.30 0.56 343.4 0.26 0.35
Hex 71 42 4F 0 2A 1E 38 157 1A 23
Octal 161 102 117 0 52 36 70 527 32 43
Binary 1110001 1000010 1001111 0 101010 11110 111000 101010111 11010 100011

Color Harmonies of #71424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71424F

Black with #71424F

Text Example


Text Example

White with #71424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71424F; }

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

 H1.HeaderClassName
 {
   color: #71424F;
 }
 .AnyTagClassName
 {
   color: #71424F;
 }
</style>

background-color css

<style>
 a { background-color: #71424F; }

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

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

border-color css

<style>
 span { border-color: #71424F; }

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

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