#6F1345

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

Shades of Pompadour #6F1345

Tints of Pompadour #6F1345

Color information

#6F1345 (or 0x6F1345) is unknown color: approx Pompadour. HEX triplet: 6F, 13 and 45. RGB value is (111,19,69). Sum of RGB (Red+Green+Blue) = 111+19+69=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1345 is #90ECBA. Grayscale: #343434. Windows color (decimal): -9497787 or 4526959. OLE color: 4526959.

HSL color Cylindrical-coordinate representation of color #6F1345: hue angle of 327.39º 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 #6F1345 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1111969-
CMYK00.830.380.56
HSL327.39º70.77%25.49%-
HSV(B)327.39º82.88%43.53%-
XYZ7.864.276.04-
YUV52.21137.48169.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=55.78%
G=9.55%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111196900.830.380.56327.3970.7725.49
Hex6F134505326381474719
Octal157231050123467050710731
Binary110111110011100010101010011100110111000101000111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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