Html Css Color HEX #71385A Finn

📋 copy color: '#71385A'

red 113 ◦ green 56 ◦ blue 90

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

Shades of Finn #71385A

Tints of Finn #71385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

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

R = 43.63%
G = 21.62%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71385A (or 0x71385A) is known color: Finn. HEX triplet: 71, 38 and 5A. RGB value is (113,56,90). Sum of RGB (Red+Green+Blue) = 113+56+90=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71385A is #8EC7A5. Grayscale: #4C4C4C. Windows color (decimal): -9357222 or 5912689. OLE color: 5912689.

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

Color convert

RGB 113 56 90 -
CMYK 0 0.50 0.20 0.56
HSL 324.21º 0.34% 0.33% -
HSV(B) 324.21º 0.5% 0.44% -
XYZ 10.07 7.08 10.51 -
YUV 76.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 113 56 90 0 0.50 0.20 0.56 324.21 0.34 0.33
Hex 71 38 5A 0 32 14 38 144 22 21
Octal 161 70 132 0 62 24 70 504 42 41
Binary 1110001 111000 1011010 0 110010 10100 111000 101000100 100010 100001

Color Harmonies of #71385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71385A

Black with #71385A

Text Example


Text Example

White with #71385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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