Html Css Color HEX #71324C Flirt

📋 copy color: '#71324C'

red 113 ◦ green 50 ◦ blue 76

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

Shades of Flirt #71324C

Tints of Flirt #71324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

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

R = 47.28%
G = 20.92%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71324C (or 0x71324C) is known color: Flirt. HEX triplet: 71, 32 and 4C. RGB value is (113,50,76). Sum of RGB (Red+Green+Blue) = 113+50+76=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71324C is #8ECDB3. Grayscale: #474747. Windows color (decimal): -9358772 or 4993649. OLE color: 4993649.

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

Color convert

RGB 113 50 76 -
CMYK 0 0.56 0.33 0.56
HSL 335.24º 0.39% 0.32% -
HSV(B) 335.24º 0.56% 0.44% -
XYZ 9.26 6.31 7.57 -
YUV 71.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 113 50 76 0 0.56 0.33 0.56 335.24 0.39 0.32
Hex 71 32 4C 0 38 21 38 14F 27 20
Octal 161 62 114 0 70 41 70 517 47 40
Binary 1110001 110010 1001100 0 111000 100001 111000 101001111 100111 100000

Color Harmonies of #71324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71324C

Black with #71324C

Text Example


Text Example

White with #71324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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