Html Css Color HEX #71375A Finn

📋 copy color: '#71375A'

red 113 ◦ green 55 ◦ blue 90

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

Shades of Finn #71375A

Tints of Finn #71375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

 BLUE value IS 90 (35.55% from 255) = 34.88%

R = 43.8%
G = 21.32%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71375A (or 0x71375A) is known color: Finn. HEX triplet: 71, 37 and 5A. RGB value is (113,55,90). Sum of RGB (Red+Green+Blue) = 113+55+90=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71375A is #8EC8A5. Grayscale: #4C4C4C. Windows color (decimal): -9357478 or 5912433. OLE color: 5912433.

HSL color Cylindrical-coordinate representation of color #71375A: hue angle of 323.79º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71375A is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 90 -
CMYK 0 0.51 0.20 0.56
HSL 323.79º 0.35% 0.33% -
HSV(B) 323.79º 0.51% 0.44% -
XYZ 10.02 6.98 10.49 -
YUV 76.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 113 55 90 0 0.51 0.20 0.56 323.79 0.35 0.33
Hex 71 37 5A 0 33 14 38 144 23 21
Octal 161 67 132 0 63 24 70 504 43 41
Binary 1110001 110111 1011010 0 110011 10100 111000 101000100 100011 100001

Color Harmonies of #71375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71375A

Black with #71375A

Text Example


Text Example

White with #71375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71375A; }

 p { color: rgb(113,55,90); }

 H1.HeaderClassName
 {
   color: #71375A;
 }
 .AnyTagClassName
 {
   color: #71375A;
 }
</style>

background-color css

<style>
 a { background-color: #71375A; }

 a { background-color: rgb(113,55,90); }

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

border-color css

<style>
 span { border-color: #71375A; }

 span { border-color: rgb(113,55,90); }

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