Html Css Color HEX #6E314B Flirt

📋 copy color: '#6E314B'

red 110 ◦ green 49 ◦ blue 75

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

Shades of Flirt #6E314B

Tints of Flirt #6E314B

RGB

 RED value IS 110 (43.36% from 255) = 47.01%

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

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 47.01%
G = 20.94%
B = 32.05%

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

#6E314B (or 0x6E314B) is known color: Flirt. HEX triplet: 6E, 31 and 4B. RGB value is (110,49,75). Sum of RGB (Red+Green+Blue) = 110+49+75=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E314B is #91CEB4. Grayscale: #464646. Windows color (decimal): -9555637 or 4927854. OLE color: 4927854.

HSL color Cylindrical-coordinate representation of color #6E314B: hue angle of 334.43º 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 #6E314B is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 49 75 -
CMYK 0 0.55 0.32 0.57
HSL 334.43º 0.38% 0.31% -
HSV(B) 334.43º 0.55% 0.43% -
XYZ 8.8 6.02 7.35 -
YUV 70.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 110 49 75 0 0.55 0.32 0.57 334.43 0.38 0.31
Hex 6E 31 4B 0 37 20 39 14E 26 1F
Octal 156 61 113 0 67 40 71 516 46 37
Binary 1101110 110001 1001011 0 110111 100000 111001 101001110 100110 11111

Color Harmonies of #6E314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E314B

Black with #6E314B

Text Example


Text Example

White with #6E314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,49,75); }

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

background-color css

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

 a { background-color: rgb(110,49,75); }

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

border-color css

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

 span { border-color: rgb(110,49,75); }

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