Html Css Color HEX #6D314A Flirt

📋 copy color: '#6D314A'

red 109 ◦ green 49 ◦ blue 74

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

Shades of Flirt #6D314A

Tints of Flirt #6D314A

RGB

 RED value IS 109 (42.97% from 255) = 46.98%

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 74 (29.3% from 255) = 31.9%

R = 46.98%
G = 21.12%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D314A (or 0x6D314A) is known color: Flirt. HEX triplet: 6D, 31 and 4A. RGB value is (109,49,74). Sum of RGB (Red+Green+Blue) = 109+49+74=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D314A is #92CEB5. Grayscale: #454545. Windows color (decimal): -9621174 or 4862317. OLE color: 4862317.

HSL color Cylindrical-coordinate representation of color #6D314A: hue angle of 335º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D314A is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 49 74 -
CMYK 0 0.55 0.32 0.57
HSL 335º 0.38% 0.31% -
HSV(B) 335º 0.55% 0.43% -
XYZ 8.64 5.94 7.17 -
YUV 69.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 109 49 74 0 0.55 0.32 0.57 335 0.38 0.31
Hex 6D 31 4A 0 37 20 39 14F 26 1F
Octal 155 61 112 0 67 40 71 517 46 37
Binary 1101101 110001 1001010 0 110111 100000 111001 101001111 100110 11111

Color Harmonies of #6D314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D314A

Black with #6D314A

Text Example


Text Example

White with #6D314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,49,74); }

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

background-color css

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

 a { background-color: rgb(109,49,74); }

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

border-color css

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

 span { border-color: rgb(109,49,74); }

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