Html Css Color HEX #6F2141 Pompadour

📋 copy color: '#6F2141'

red 111 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #6F2141

Tints of Pompadour #6F2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 53.11%
G = 15.79%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F2141 (or 0x6F2141) is known color: Pompadour. HEX triplet: 6F, 21 and 41. RGB value is (111,33,65). Sum of RGB (Red+Green+Blue) = 111+33+65=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2141 is #90DEBE. Grayscale: #3B3B3B. Windows color (decimal): -9494207 or 4268399. OLE color: 4268399.

HSL color Cylindrical-coordinate representation of color #6F2141: hue angle of 335.38º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2141 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 33 65 -
CMYK 0 0.70 0.41 0.56
HSL 335.38º 0.54% 0.28% -
HSV(B) 335.38º 0.7% 0.44% -
XYZ 8.05 4.85 5.51 -
YUV 59.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 111 33 65 0 0.70 0.41 0.56 335.38 0.54 0.28
Hex 6F 21 41 0 46 29 38 14F 36 1C
Octal 157 41 101 0 106 51 70 517 66 34
Binary 1101111 100001 1000001 0 1000110 101001 111000 101001111 110110 11100

Color Harmonies of #6F2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2141

Black with #6F2141

Text Example


Text Example

White with #6F2141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,33,65); }

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

background-color css

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

 a { background-color: rgb(111,33,65); }

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

border-color css

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

 span { border-color: rgb(111,33,65); }

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