Html Css Color HEX #71385B Finn

📋 copy color: '#71385B'

red 113 ◦ green 56 ◦ blue 91

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

Shades of Finn #71385B

Tints of Finn #71385B

RGB

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

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

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

R = 43.46%
G = 21.54%
B = 35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71385B (or 0x71385B) is known color: Finn. HEX triplet: 71, 38 and 5B. RGB value is (113,56,91). Sum of RGB (Red+Green+Blue) = 113+56+91=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71385B is #8EC7A4. Grayscale: #4C4C4C. Windows color (decimal): -9357221 or 5978225. OLE color: 5978225.

HSL color Cylindrical-coordinate representation of color #71385B: hue angle of 323.16º 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 #71385B is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 91 -
CMYK 0 0.50 0.19 0.56
HSL 323.16º 0.34% 0.33% -
HSV(B) 323.16º 0.5% 0.44% -
XYZ 10.11 7.09 10.73 -
YUV 77.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 113 56 91 0 0.50 0.19 0.56 323.16 0.34 0.33
Hex 71 38 5B 0 32 13 38 143 22 21
Octal 161 70 133 0 62 23 70 503 42 41
Binary 1110001 111000 1011011 0 110010 10011 111000 101000011 100010 100001

Color Harmonies of #71385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71385B

Black with #71385B

Text Example


Text Example

White with #71385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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