#691E45

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

Shades of Pompadour #691E45

Tints of Pompadour #691E45

Color information

#691E45 (or 0x691E45) is unknown color: approx Pompadour. HEX triplet: 69, 1E and 45. RGB value is (105,30,69). Sum of RGB (Red+Green+Blue) = 105+30+69=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #691E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E45 is #96E1BA. Grayscale: #383838. Windows color (decimal): -9888187 or 4529769. OLE color: 4529769.

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

Color convert

RGB1053069-
CMYK00.710.340.59
HSL328.8º55.56%26.47%-
HSV(B)328.8º71.43%41.18%-
XYZ7.364.366.08-
YUV56.87134.85162.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=51.47%
G=14.71%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105306900.710.340.59328.855.5626.47
Hex691E45047223B149381a
Octal15136105010742735117032
Binary11010011111010001010100011110001011101110100100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,30,69); }

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

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

 a { background-color: rgb(105,30,69); }

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

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

 span { border-color: rgb(105,30,69); }

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