Html Css Color HEX #71355A Flirt

📋 copy color: '#71355A'

red 113 ◦ green 53 ◦ blue 90

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

Shades of Flirt #71355A

Tints of Flirt #71355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.7%

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

R = 44.14%
G = 20.7%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71355A (or 0x71355A) is known color: Flirt. HEX triplet: 71, 35 and 5A. RGB value is (113,53,90). Sum of RGB (Red+Green+Blue) = 113+53+90=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71355A is #8ECAA5. Grayscale: #4B4B4B. Windows color (decimal): -9357990 or 5911921. OLE color: 5911921.

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

Color convert

RGB 113 53 90 -
CMYK 0 0.53 0.20 0.56
HSL 323º 0.36% 0.33% -
HSV(B) 323º 0.53% 0.44% -
XYZ 9.93 6.8 10.46 -
YUV 75.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 113 53 90 0 0.53 0.20 0.56 323 0.36 0.33
Hex 71 35 5A 0 35 14 38 143 24 21
Octal 161 65 132 0 65 24 70 503 44 41
Binary 1110001 110101 1011010 0 110101 10100 111000 101000011 100100 100001

Color Harmonies of #71355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71355A

Black with #71355A

Text Example


Text Example

White with #71355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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