Html Css Color HEX #71334B Flirt

📋 copy color: '#71334B'

red 113 ◦ green 51 ◦ blue 75

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

Shades of Flirt #71334B

Tints of Flirt #71334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

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

R = 47.28%
G = 21.34%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71334B (or 0x71334B) is known color: Flirt. HEX triplet: 71, 33 and 4B. RGB value is (113,51,75). Sum of RGB (Red+Green+Blue) = 113+51+75=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71334B is #8ECCB4. Grayscale: #484848. Windows color (decimal): -9358517 or 4928369. OLE color: 4928369.

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

Color convert

RGB 113 51 75 -
CMYK 0 0.55 0.34 0.56
HSL 336.77º 0.38% 0.32% -
HSV(B) 336.77º 0.55% 0.44% -
XYZ 9.26 6.39 7.4 -
YUV 72.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 113 51 75 0 0.55 0.34 0.56 336.77 0.38 0.32
Hex 71 33 4B 0 37 22 38 151 26 20
Octal 161 63 113 0 67 42 70 521 46 40
Binary 1110001 110011 1001011 0 110111 100010 111000 101010001 100110 100000

Color Harmonies of #71334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71334B

Black with #71334B

Text Example


Text Example

White with #71334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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