#691c44

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

Shades of Pompadour #691C44

Tints of Pompadour #691C44

Color information

#691C44 (or 0x691C44) is unknown color: approx Pompadour. HEX triplet: 69, 1C and 44. RGB value is (105,28,68). Sum of RGB (Red+Green+Blue) = 105+28+68=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #691C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C44 is #96E3BB. Grayscale: #373737. Windows color (decimal): -9888700 or 4463721. OLE color: 4463721.

HSL color Cylindrical-coordinate representation of color #691C44: hue angle of 328.83º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C44 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB1052868-
CMYK00.730.350.59
HSL328.83º57.89%26.08%-
HSV(B)328.83º73.33%41.18%-
XYZ7.284.255.91-
YUV55.58135.01163.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=52.24%
G=13.93%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105286800.730.350.59328.8357.8926.08
Hex691C44049233B1493a1a
Octal15134104011143735117232
Binary11010011110010001000100100110001111101110100100111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691c44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691c44; }

 p { color: rgb(105,28,68); }

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

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

 a { background-color: rgb(105,28,68); }

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

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

 span { border-color: rgb(105,28,68); }

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