Html Css Color HEX #6F2B48 Flirt

📋 copy color: '#6F2B48'

red 111 ◦ green 43 ◦ blue 72

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

Shades of Flirt #6F2B48

Tints of Flirt #6F2B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 49.12%
G = 19.03%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F2B48 (or 0x6F2B48) is known color: Flirt. HEX triplet: 6F, 2B and 48. RGB value is (111,43,72). Sum of RGB (Red+Green+Blue) = 111+43+72=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2B48 is #90D4B7. Grayscale: #424242. Windows color (decimal): -9491640 or 4729711. OLE color: 4729711.

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

Color convert

RGB 111 43 72 -
CMYK 0 0.61 0.35 0.56
HSL 334.41º 0.44% 0.3% -
HSV(B) 334.41º 0.61% 0.44% -
XYZ 8.59 5.58 6.75 -
YUV 66.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 111 43 72 0 0.61 0.35 0.56 334.41 0.44 0.3
Hex 6F 2B 48 0 3D 23 38 14E 2C 1E
Octal 157 53 110 0 75 43 70 516 54 36
Binary 1101111 101011 1001000 0 111101 100011 111000 101001110 101100 11110

Color Harmonies of #6F2B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2B48

Black with #6F2B48

Text Example


Text Example

White with #6F2B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,43,72); }

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

background-color css

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

 a { background-color: rgb(111,43,72); }

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

border-color css

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

 span { border-color: rgb(111,43,72); }

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