#691441

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

Shades of Pompadour #691441

Tints of Pompadour #691441

Color information

#691441 (or 0x691441) is unknown color: approx Pompadour. HEX triplet: 69, 14 and 41. RGB value is (105,20,65). Sum of RGB (Red+Green+Blue) = 105+20+65=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #691441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691441 is #96EBBE. Grayscale: #323232. Windows color (decimal): -9890751 or 4265065. OLE color: 4265065.

HSL color Cylindrical-coordinate representation of color #691441: hue angle of 328.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691441 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1052065-
CMYK00.810.380.59
HSL328.24º68%24.51%-
HSV(B)328.24º80.95%41.18%-
XYZ7.033.895.38-
YUV50.54136.16166.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=55.26%
G=10.53%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105206500.810.380.59328.246824.51
Hex691441051263B1484419
Octal151241010121467351010431
Binary110100110100100000101010001100110111011101001000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691441; }

 p { color: rgb(105,20,65); }

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

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

 a { background-color: rgb(105,20,65); }

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

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

 span { border-color: rgb(105,20,65); }

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