#6F1C48

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

Shades of Pompadour #6F1C48

Tints of Pompadour #6F1C48

Color information

#6F1C48 (or 0x6F1C48) is unknown color: approx Pompadour. HEX triplet: 6F, 1C and 48. RGB value is (111,28,72). Sum of RGB (Red+Green+Blue) = 111+28+72=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C48 is #90E3B7. Grayscale: #393939. Windows color (decimal): -9495480 or 4725871. OLE color: 4725871.

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

Color convert

RGB1112872-
CMYK00.750.350.56
HSL328.19º59.71%27.25%-
HSV(B)328.19º74.77%43.53%-
XYZ8.144.686.6-
YUV57.83136165.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=52.61%
G=13.27%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111287200.750.350.56328.1959.7127.25
Hex6F1C4804B23381483c1b
Octal15734110011343705107433
Binary11011111110010010000100101110001111100010100100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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