#691438

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

Shades of Pompadour #691438

Tints of Pompadour #691438

Color information

#691438 (or 0x691438) is unknown color: approx Pompadour. HEX triplet: 69, 14 and 38. RGB value is (105,20,56). Sum of RGB (Red+Green+Blue) = 105+20+56=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #691438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691438 is #96EBC7. Grayscale: #313131. Windows color (decimal): -9890760 or 3675241. OLE color: 3675241.

HSL color Cylindrical-coordinate representation of color #691438: hue angle of 334.59º 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 #691438 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1052056-
CMYK00.810.470.59
HSL334.59º68%24.51%-
HSV(B)334.59º80.95%41.18%-
XYZ6.793.794.11-
YUV49.52131.66167.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=58.01%
G=11.05%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105205600.810.470.59334.596824.51
Hex6914380512F3B14f4419
Octal15124700121577351710431
Binary11010011010011100001010001101111111011101001111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691438; }

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

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

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

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

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

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

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

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