Html Css Color HEX #71435B Finn

📋 copy color: '#71435B'

red 113 ◦ green 67 ◦ blue 91

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

Shades of Finn #71435B

Tints of Finn #71435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

 BLUE value IS 91 (35.94% from 255) = 33.58%

R = 41.7%
G = 24.72%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71435B (or 0x71435B) is known color: Finn. HEX triplet: 71, 43 and 5B. RGB value is (113,67,91). Sum of RGB (Red+Green+Blue) = 113+67+91=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71435B is #8EBCA4. Grayscale: #535353. Windows color (decimal): -9354405 or 5981041. OLE color: 5981041.

HSL color Cylindrical-coordinate representation of color #71435B: hue angle of 328.7º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71435B is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 67 91 -
CMYK 0 0.41 0.19 0.56
HSL 328.7º 0.26% 0.35% -
HSV(B) 328.7º 0.41% 0.44% -
XYZ 10.71 8.28 10.93 -
YUV 83.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 113 67 91 0 0.41 0.19 0.56 328.7 0.26 0.35
Hex 71 43 5B 0 29 13 38 149 1A 23
Octal 161 103 133 0 51 23 70 511 32 43
Binary 1110001 1000011 1011011 0 101001 10011 111000 101001001 11010 100011

Color Harmonies of #71435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71435B

Black with #71435B

Text Example


Text Example

White with #71435B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71435B; }

 p { color: rgb(113,67,91); }

 H1.HeaderClassName
 {
   color: #71435B;
 }
 .AnyTagClassName
 {
   color: #71435B;
 }
</style>

background-color css

<style>
 a { background-color: #71435B; }

 a { background-color: rgb(113,67,91); }

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

border-color css

<style>
 span { border-color: #71435B; }

 span { border-color: rgb(113,67,91); }

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