Html Css Color HEX #71414E Finn

📋 copy color: '#71414E'

red 113 ◦ green 65 ◦ blue 78

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

Shades of Finn #71414E

Tints of Finn #71414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 44.14%
G = 25.39%
B = 30.47%

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

#71414E (or 0x71414E) is known color: Finn. HEX triplet: 71, 41 and 4E. RGB value is (113,65,78). Sum of RGB (Red+Green+Blue) = 113+65+78=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71414E is #8EBEB1. Grayscale: #505050. Windows color (decimal): -9354930 or 5128561. OLE color: 5128561.

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

Color convert

RGB 113 65 78 -
CMYK 0 0.42 0.31 0.56
HSL 343.75º 0.27% 0.35% -
HSV(B) 343.75º 0.42% 0.44% -
XYZ 10.08 7.84 8.19 -
YUV 80.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 113 65 78 0 0.42 0.31 0.56 343.75 0.27 0.35
Hex 71 41 4E 0 2A 1F 38 158 1B 23
Octal 161 101 116 0 52 37 70 530 33 43
Binary 1110001 1000001 1001110 0 101010 11111 111000 101011000 11011 100011

Color Harmonies of #71414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71414E

Black with #71414E

Text Example


Text Example

White with #71414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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