#6F1143

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

Shades of Pompadour #6F1143

Tints of Pompadour #6F1143

Color information

#6F1143 (or 0x6F1143) is unknown color: approx Pompadour. HEX triplet: 6F, 11 and 43. RGB value is (111,17,67). Sum of RGB (Red+Green+Blue) = 111+17+67=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1143 is #90EEBC. Grayscale: #323232. Windows color (decimal): -9498301 or 4395375. OLE color: 4395375.

HSL color Cylindrical-coordinate representation of color #6F1143: hue angle of 328.09º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1143 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1111767-
CMYK00.850.400.56
HSL328.09º73.44%25.1%-
HSV(B)328.09º84.68%43.53%-
XYZ7.774.195.71-
YUV50.81137.14170.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=56.92%
G=8.72%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111176700.850.400.56328.0973.4425.1
Hex6F114305528381484919
Octal157211030125507051011131
Binary110111110001100001101010101101000111000101001000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,67); }

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

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

 a { background-color: rgb(111,17,67); }

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

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

 span { border-color: rgb(111,17,67); }

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