#6F1243

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

Shades of Pompadour #6F1243

Tints of Pompadour #6F1243

Color information

#6F1243 (or 0x6F1243) is unknown color: approx Pompadour. HEX triplet: 6F, 12 and 43. RGB value is (111,18,67). Sum of RGB (Red+Green+Blue) = 111+18+67=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1243 is #90EDBC. Grayscale: #333333. Windows color (decimal): -9498045 or 4395631. OLE color: 4395631.

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

Color convert

RGB1111867-
CMYK00.840.400.56
HSL328.39º72.09%25.29%-
HSV(B)328.39º83.78%43.53%-
XYZ7.784.225.71-
YUV51.39136.81170.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.63%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=56.63%
G=9.18%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111186700.840.400.56328.3972.0925.29
Hex6F124305428381484819
Octal157221030124507051011031
Binary110111110010100001101010100101000111000101001000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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