Html Css Color HEX #6F2C49 Flirt

📋 copy color: '#6F2C49'

red 111 ◦ green 44 ◦ blue 73

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

Shades of Flirt #6F2C49

Tints of Flirt #6F2C49

RGB

 RED value IS 111 (43.75% from 255) = 48.68%

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

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 48.68%
G = 19.3%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F2C49 (or 0x6F2C49) is known color: Flirt. HEX triplet: 6F, 2C and 49. RGB value is (111,44,73). Sum of RGB (Red+Green+Blue) = 111+44+73=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C49 is #90D3B6. Grayscale: #434343. Windows color (decimal): -9491383 or 4795503. OLE color: 4795503.

HSL color Cylindrical-coordinate representation of color #6F2C49: hue angle of 334.03º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C49 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 44 73 -
CMYK 0 0.60 0.34 0.56
HSL 334.03º 0.43% 0.3% -
HSV(B) 334.03º 0.6% 0.44% -
XYZ 8.66 5.66 6.94 -
YUV 67.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 111 44 73 0 0.60 0.34 0.56 334.03 0.43 0.3
Hex 6F 2C 49 0 3C 22 38 14E 2B 1E
Octal 157 54 111 0 74 42 70 516 53 36
Binary 1101111 101100 1001001 0 111100 100010 111000 101001110 101011 11110

Color Harmonies of #6F2C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2C49

Black with #6F2C49

Text Example


Text Example

White with #6F2C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F2C49; }

 p { color: rgb(111,44,73); }

 H1.HeaderClassName
 {
   color: #6F2C49;
 }
 .AnyTagClassName
 {
   color: #6F2C49;
 }
</style>

background-color css

<style>
 a { background-color: #6F2C49; }

 a { background-color: rgb(111,44,73); }

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

border-color css

<style>
 span { border-color: #6F2C49; }

 span { border-color: rgb(111,44,73); }

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