Html Css Color HEX #71375C Finn

📋 copy color: '#71375C'

red 113 ◦ green 55 ◦ blue 92

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

Shades of Finn #71375C

Tints of Finn #71375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 43.46%
G = 21.15%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71375C (or 0x71375C) is known color: Finn. HEX triplet: 71, 37 and 5C. RGB value is (113,55,92). Sum of RGB (Red+Green+Blue) = 113+55+92=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71375C is #8EC8A3. Grayscale: #4C4C4C. Windows color (decimal): -9357476 or 6043505. OLE color: 6043505.

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

Color convert

RGB 113 55 92 -
CMYK 0 0.51 0.19 0.56
HSL 321.72º 0.35% 0.33% -
HSV(B) 321.72º 0.51% 0.44% -
XYZ 10.11 7.02 10.95 -
YUV 76.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 113 55 92 0 0.51 0.19 0.56 321.72 0.35 0.33
Hex 71 37 5C 0 33 13 38 142 23 21
Octal 161 67 134 0 63 23 70 502 43 41
Binary 1110001 110111 1011100 0 110011 10011 111000 101000010 100011 100001

Color Harmonies of #71375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71375C

Black with #71375C

Text Example


Text Example

White with #71375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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