#6F1343

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

Shades of Pompadour #6F1343

Tints of Pompadour #6F1343

Color information

#6F1343 (or 0x6F1343) is unknown color: approx Pompadour. HEX triplet: 6F, 13 and 43. RGB value is (111,19,67). Sum of RGB (Red+Green+Blue) = 111+19+67=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1343 is #90ECBC. Grayscale: #333333. Windows color (decimal): -9497789 or 4395887. OLE color: 4395887.

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

Color convert

RGB1111967-
CMYK00.830.400.56
HSL328.7º70.77%25.49%-
HSV(B)328.7º82.88%43.53%-
XYZ7.84.255.72-
YUV51.98136.48170.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=56.35%
G=9.64%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111196700.830.400.56328.770.7725.49
Hex6F134305328381494719
Octal157231030123507051110731
Binary110111110011100001101010011101000111000101001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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