#691941

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

Shades of Pompadour #691941

Tints of Pompadour #691941

Color information

#691941 (or 0x691941) is unknown color: approx Pompadour. HEX triplet: 69, 19 and 41. RGB value is (105,25,65). Sum of RGB (Red+Green+Blue) = 105+25+65=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #691941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691941 is #96E6BE. Grayscale: #353535. Windows color (decimal): -9889471 or 4266345. OLE color: 4266345.

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

Color convert

RGB1052565-
CMYK00.760.380.59
HSL330º61.54%25.49%-
HSV(B)330º76.19%41.18%-
XYZ7.134.085.41-
YUV53.48134.5164.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=53.85%
G=12.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105256500.760.380.5933061.5425.49
Hex69194104C263B14a3e19
Octal15131101011446735127631
Binary11010011100110000010100110010011011101110100101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691941; }

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

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

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

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

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

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

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

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