Html Css Color HEX #71424E Finn

📋 copy color: '#71424E'

red 113 ◦ green 66 ◦ blue 78

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

Shades of Finn #71424E

Tints of Finn #71424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.35%

R = 43.97%
G = 25.68%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71424E (or 0x71424E) is known color: Finn. HEX triplet: 71, 42 and 4E. RGB value is (113,66,78). Sum of RGB (Red+Green+Blue) = 113+66+78=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71424E is #8EBDB1. Grayscale: #515151. Windows color (decimal): -9354674 or 5128817. OLE color: 5128817.

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

Color convert

RGB 113 66 78 -
CMYK 0 0.42 0.31 0.56
HSL 344.68º 0.26% 0.35% -
HSV(B) 344.68º 0.42% 0.44% -
XYZ 10.13 7.96 8.21 -
YUV 81.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 113 66 78 0 0.42 0.31 0.56 344.68 0.26 0.35
Hex 71 42 4E 0 2A 1F 38 159 1A 23
Octal 161 102 116 0 52 37 70 531 32 43
Binary 1110001 1000010 1001110 0 101010 11111 111000 101011001 11010 100011

Color Harmonies of #71424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71424E

Black with #71424E

Text Example


Text Example

White with #71424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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