#71304B

Color #71304B Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #71304B

Tints of Flirt #71304B

Color information

#71304B (or 0x71304B) is unknown color: approx Flirt. HEX triplet: 71, 30 and 4B. RGB value is (113,48,75). Sum of RGB (Red+Green+Blue) = 113+48+75=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #71304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71304B is #8ECFB4. Grayscale: #464646. Windows color (decimal): -9359285 or 4927601. OLE color: 4927601.

HSL color Cylindrical-coordinate representation of color #71304B: hue angle of 335.08º 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 #71304B is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1134875-
CMYK00.580.340.56
HSL335.08º40.37%31.57%-
HSV(B)335.08º57.52%44.31%-
XYZ9.146.137.36-
YUV70.51130.53158.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=47.88%
G=20.34%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113487500.580.340.56335.0840.3731.57
Hex71304B03A223814f2820
Octal1616011307242705175040
Binary111000111000010010110111010100010111000101001111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71304B;
 }
 .AnyTagClassName
 {
   color: #71304B;
 }
</style>
background-color css

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

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

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

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

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

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