Html Css Color HEX #712C48 Flirt

📋 copy color: '#712C48'

red 113 ◦ green 44 ◦ blue 72

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

Shades of Flirt #712C48

Tints of Flirt #712C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

 BLUE value IS 72 (28.52% from 255) = 31.44%

R = 49.34%
G = 19.21%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#712C48 (or 0x712C48) is known color: Flirt. HEX triplet: 71, 2C and 48. RGB value is (113,44,72). Sum of RGB (Red+Green+Blue) = 113+44+72=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #712C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C48 is #8ED3B7. Grayscale: #434343. Windows color (decimal): -9360312 or 4729969. OLE color: 4729969.

HSL color Cylindrical-coordinate representation of color #712C48: hue angle of 335.65º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C48 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 44 72 -
CMYK 0 0.61 0.36 0.56
HSL 335.65º 0.44% 0.31% -
HSV(B) 335.65º 0.61% 0.44% -
XYZ 8.88 5.78 6.78 -
YUV 67.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 113 44 72 0 0.61 0.36 0.56 335.65 0.44 0.31
Hex 71 2C 48 0 3D 24 38 150 2C 1F
Octal 161 54 110 0 75 44 70 520 54 37
Binary 1110001 101100 1001000 0 111101 100100 111000 101010000 101100 11111

Color Harmonies of #712C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C48

Black with #712C48

Text Example


Text Example

White with #712C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712C48; }

 p { color: rgb(113,44,72); }

 H1.HeaderClassName
 {
   color: #712C48;
 }
 .AnyTagClassName
 {
   color: #712C48;
 }
</style>

background-color css

<style>
 a { background-color: #712C48; }

 a { background-color: rgb(113,44,72); }

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

border-color css

<style>
 span { border-color: #712C48; }

 span { border-color: rgb(113,44,72); }

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