Html Css Color HEX #6F3752 Flirt

📋 copy color: '#6F3752'

red 111 ◦ green 55 ◦ blue 82

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

Shades of Flirt #6F3752

Tints of Flirt #6F3752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 44.76%
G = 22.18%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#6F3752 (or 0x6F3752) is known color: Flirt. HEX triplet: 6F, 37 and 52. RGB value is (111,55,82). Sum of RGB (Red+Green+Blue) = 111+55+82=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3752 is #90C8AD. Grayscale: #4A4A4A. Windows color (decimal): -9488558 or 5388143. OLE color: 5388143.

HSL color Cylindrical-coordinate representation of color #6F3752: hue angle of 331.07º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3752 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 82 -
CMYK 0 0.50 0.26 0.56
HSL 331.07º 0.34% 0.33% -
HSV(B) 331.07º 0.5% 0.44% -
XYZ 9.44 6.72 8.78 -
YUV 74.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 111 55 82 0 0.50 0.26 0.56 331.07 0.34 0.33
Hex 6F 37 52 0 32 1A 38 14B 22 21
Octal 157 67 122 0 62 32 70 513 42 41
Binary 1101111 110111 1010010 0 110010 11010 111000 101001011 100010 100001

Color Harmonies of #6F3752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3752

Black with #6F3752

Text Example


Text Example

White with #6F3752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,82); }

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

background-color css

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

 a { background-color: rgb(111,55,82); }

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

border-color css

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

 span { border-color: rgb(111,55,82); }

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