Html Css Color HEX #71304C Flirt

📋 copy color: '#71304C'

red 113 ◦ green 48 ◦ blue 76

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

Shades of Flirt #71304C

Tints of Flirt #71304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

 BLUE value IS 76 (30.08% from 255) = 32.07%

R = 47.68%
G = 20.25%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71304C (or 0x71304C) is known color: Flirt. HEX triplet: 71, 30 and 4C. RGB value is (113,48,76). Sum of RGB (Red+Green+Blue) = 113+48+76=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #71304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71304C is #8ECFB3. Grayscale: #464646. Windows color (decimal): -9359284 or 4993137. OLE color: 4993137.

HSL color Cylindrical-coordinate representation of color #71304C: hue angle of 334.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71304C is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 76 -
CMYK 0 0.58 0.33 0.56
HSL 334.15º 0.4% 0.32% -
HSV(B) 334.15º 0.58% 0.44% -
XYZ 9.17 6.15 7.54 -
YUV 70.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 113 48 76 0 0.58 0.33 0.56 334.15 0.4 0.32
Hex 71 30 4C 0 3A 21 38 14E 28 20
Octal 161 60 114 0 72 41 70 516 50 40
Binary 1110001 110000 1001100 0 111010 100001 111000 101001110 101000 100000

Color Harmonies of #71304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71304C

Black with #71304C

Text Example


Text Example

White with #71304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,48,76); }

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

background-color css

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

 a { background-color: rgb(113,48,76); }

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

border-color css

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

 span { border-color: rgb(113,48,76); }

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