Html Css Color HEX #71344B Flirt

📋 copy color: '#71344B'

red 113 ◦ green 52 ◦ blue 75

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

Shades of Flirt #71344B

Tints of Flirt #71344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 75 (29.69% from 255) = 31.25%

R = 47.08%
G = 21.67%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71344B (or 0x71344B) is known color: Flirt. HEX triplet: 71, 34 and 4B. RGB value is (113,52,75). Sum of RGB (Red+Green+Blue) = 113+52+75=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71344B is #8ECBB4. Grayscale: #484848. Windows color (decimal): -9358261 or 4928625. OLE color: 4928625.

HSL color Cylindrical-coordinate representation of color #71344B: hue angle of 337.38º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71344B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 75 -
CMYK 0 0.54 0.34 0.56
HSL 337.38º 0.37% 0.32% -
HSV(B) 337.38º 0.54% 0.44% -
XYZ 9.31 6.47 7.42 -
YUV 72.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 113 52 75 0 0.54 0.34 0.56 337.38 0.37 0.32
Hex 71 34 4B 0 36 22 38 151 25 20
Octal 161 64 113 0 66 42 70 521 45 40
Binary 1110001 110100 1001011 0 110110 100010 111000 101010001 100101 100000

Color Harmonies of #71344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71344B

Black with #71344B

Text Example


Text Example

White with #71344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71344B; }

 p { color: rgb(113,52,75); }

 H1.HeaderClassName
 {
   color: #71344B;
 }
 .AnyTagClassName
 {
   color: #71344B;
 }
</style>

background-color css

<style>
 a { background-color: #71344B; }

 a { background-color: rgb(113,52,75); }

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

border-color css

<style>
 span { border-color: #71344B; }

 span { border-color: rgb(113,52,75); }

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