#6F1D50

Color #6F1D50 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6F1D50

Tints of Pompadour #6F1D50

Color information

#6F1D50 (or 0x6F1D50) is unknown color: approx Pompadour. HEX triplet: 6F, 1D and 50. RGB value is (111,29,80). Sum of RGB (Red+Green+Blue) = 111+29+80=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D50 is #90E2AF. Grayscale: #3B3B3B. Windows color (decimal): -9495216 or 5250415. OLE color: 5250415.

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

Color convert

RGB1112980-
CMYK00.740.280.56
HSL322.68º58.57%27.45%-
HSV(B)322.68º73.87%43.53%-
XYZ8.444.848.08-
YUV59.33139.67164.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.45%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=50.45%
G=13.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111298000.740.280.56322.6858.5727.45
Hex6F1D5004A1C381433b1b
Octal15735120011234705037333
Binary1101111111011010000010010101110011100010100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F1D50;
 }
 .AnyTagClassName
 {
   color: #6F1D50;
 }
</style>
background-color css

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

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

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

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

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

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