Html Css Color HEX #71365A Finn

📋 copy color: '#71365A'

red 113 ◦ green 54 ◦ blue 90

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

Shades of Finn #71365A

Tints of Finn #71365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

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

R = 43.97%
G = 21.01%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71365A (or 0x71365A) is known color: Finn. HEX triplet: 71, 36 and 5A. RGB value is (113,54,90). Sum of RGB (Red+Green+Blue) = 113+54+90=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71365A is #8EC9A5. Grayscale: #4B4B4B. Windows color (decimal): -9357734 or 5912177. OLE color: 5912177.

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

Color convert

RGB 113 54 90 -
CMYK 0 0.52 0.20 0.56
HSL 323.39º 0.35% 0.33% -
HSV(B) 323.39º 0.52% 0.44% -
XYZ 9.97 6.89 10.48 -
YUV 75.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 113 54 90 0 0.52 0.20 0.56 323.39 0.35 0.33
Hex 71 36 5A 0 34 14 38 143 23 21
Octal 161 66 132 0 64 24 70 503 43 41
Binary 1110001 110110 1011010 0 110100 10100 111000 101000011 100011 100001

Color Harmonies of #71365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71365A

Black with #71365A

Text Example


Text Example

White with #71365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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