Html Css Color HEX #6F2950 Pompadour

📋 copy color: '#6F2950'

red 111 ◦ green 41 ◦ blue 80

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

Shades of Pompadour #6F2950

Tints of Pompadour #6F2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 47.84%
G = 17.67%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F2950 (or 0x6F2950) is known color: Pompadour. HEX triplet: 6F, 29 and 50. RGB value is (111,41,80). Sum of RGB (Red+Green+Blue) = 111+41+80=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2950 is #90D6AF. Grayscale: #424242. Windows color (decimal): -9492144 or 5253487. OLE color: 5253487.

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

Color convert

RGB 111 41 80 -
CMYK 0 0.63 0.28 0.56
HSL 326.57º 0.46% 0.3% -
HSV(B) 326.57º 0.63% 0.44% -
XYZ 8.8 5.54 8.2 -
YUV 66.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 111 41 80 0 0.63 0.28 0.56 326.57 0.46 0.3
Hex 6F 29 50 0 3F 1C 38 147 2E 1E
Octal 157 51 120 0 77 34 70 507 56 36
Binary 1101111 101001 1010000 0 111111 11100 111000 101000111 101110 11110

Color Harmonies of #6F2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2950

Black with #6F2950

Text Example


Text Example

White with #6F2950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,41,80); }

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

background-color css

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

 a { background-color: rgb(111,41,80); }

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

border-color css

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

 span { border-color: rgb(111,41,80); }

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