Html Css Color HEX #6F2F49 Flirt

📋 copy color: '#6F2F49'

red 111 ◦ green 47 ◦ blue 73

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

Shades of Flirt #6F2F49

Tints of Flirt #6F2F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.35%

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

R = 48.05%
G = 20.35%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F2F49 (or 0x6F2F49) is known color: Flirt. HEX triplet: 6F, 2F and 49. RGB value is (111,47,73). Sum of RGB (Red+Green+Blue) = 111+47+73=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2F49 is #90D0B6. Grayscale: #454545. Windows color (decimal): -9490615 or 4796271. OLE color: 4796271.

HSL color Cylindrical-coordinate representation of color #6F2F49: hue angle of 335.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F2F49 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 47 73 -
CMYK 0 0.58 0.34 0.56
HSL 335.63º 0.41% 0.31% -
HSV(B) 335.63º 0.58% 0.44% -
XYZ 8.77 5.89 6.98 -
YUV 69.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 111 47 73 0 0.58 0.34 0.56 335.63 0.41 0.31
Hex 6F 2F 49 0 3A 22 38 150 29 1F
Octal 157 57 111 0 72 42 70 520 51 37
Binary 1101111 101111 1001001 0 111010 100010 111000 101010000 101001 11111

Color Harmonies of #6F2F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F49

Black with #6F2F49

Text Example


Text Example

White with #6F2F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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