Html Css Color HEX #71385C Finn

📋 copy color: '#71385C'

red 113 ◦ green 56 ◦ blue 92

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

Shades of Finn #71385C

Tints of Finn #71385C

RGB

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

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

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

R = 43.3%
G = 21.46%
B = 35.25%

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

#71385C (or 0x71385C) is known color: Finn. HEX triplet: 71, 38 and 5C. RGB value is (113,56,92). Sum of RGB (Red+Green+Blue) = 113+56+92=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71385C is #8EC7A3. Grayscale: #4D4D4D. Windows color (decimal): -9357220 or 6043761. OLE color: 6043761.

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

Color convert

RGB 113 56 92 -
CMYK 0 0.50 0.19 0.56
HSL 322.11º 0.34% 0.33% -
HSV(B) 322.11º 0.5% 0.44% -
XYZ 10.16 7.11 10.96 -
YUV 77.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 113 56 92 0 0.50 0.19 0.56 322.11 0.34 0.33
Hex 71 38 5C 0 32 13 38 142 22 21
Octal 161 70 134 0 62 23 70 502 42 41
Binary 1110001 111000 1011100 0 110010 10011 111000 101000010 100010 100001

Color Harmonies of #71385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71385C

Black with #71385C

Text Example


Text Example

White with #71385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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