Html Css Color HEX #71395B Finn

📋 copy color: '#71395B'

red 113 ◦ green 57 ◦ blue 91

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

Shades of Finn #71395B

Tints of Finn #71395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

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

R = 43.3%
G = 21.84%
B = 34.87%

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

#71395B (or 0x71395B) is known color: Finn. HEX triplet: 71, 39 and 5B. RGB value is (113,57,91). Sum of RGB (Red+Green+Blue) = 113+57+91=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71395B is #8EC6A4. Grayscale: #4D4D4D. Windows color (decimal): -9356965 or 5978481. OLE color: 5978481.

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

Color convert

RGB 113 57 91 -
CMYK 0 0.50 0.19 0.56
HSL 323.57º 0.33% 0.33% -
HSV(B) 323.57º 0.5% 0.44% -
XYZ 10.16 7.19 10.75 -
YUV 77.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 113 57 91 0 0.50 0.19 0.56 323.57 0.33 0.33
Hex 71 39 5B 0 32 13 38 144 21 21
Octal 161 71 133 0 62 23 70 504 41 41
Binary 1110001 111001 1011011 0 110010 10011 111000 101000100 100001 100001

Color Harmonies of #71395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71395B

Black with #71395B

Text Example


Text Example

White with #71395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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