Html Css Color HEX #71354F Flirt

📋 copy color: '#71354F'

red 113 ◦ green 53 ◦ blue 79

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

Shades of Flirt #71354F

Tints of Flirt #71354F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 46.12%
G = 21.63%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71354F (or 0x71354F) is known color: Flirt. HEX triplet: 71, 35 and 4F. RGB value is (113,53,79). Sum of RGB (Red+Green+Blue) = 113+53+79=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71354F is #8ECAB0. Grayscale: #494949. Windows color (decimal): -9358001 or 5191025. OLE color: 5191025.

HSL color Cylindrical-coordinate representation of color #71354F: hue angle of 334º 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 #71354F is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 79 -
CMYK 0 0.53 0.30 0.56
HSL 334º 0.36% 0.33% -
HSV(B) 334º 0.53% 0.44% -
XYZ 9.49 6.62 8.17 -
YUV 73.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 113 53 79 0 0.53 0.30 0.56 334 0.36 0.33
Hex 71 35 4F 0 35 1E 38 14E 24 21
Octal 161 65 117 0 65 36 70 516 44 41
Binary 1110001 110101 1001111 0 110101 11110 111000 101001110 100100 100001

Color Harmonies of #71354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71354F

Black with #71354F

Text Example


Text Example

White with #71354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71354F; }

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

 H1.HeaderClassName
 {
   color: #71354F;
 }
 .AnyTagClassName
 {
   color: #71354F;
 }
</style>

background-color css

<style>
 a { background-color: #71354F; }

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

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

border-color css

<style>
 span { border-color: #71354F; }

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

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