#69113F

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

Shades of Pompadour #69113F

Tints of Pompadour #69113F

Color information

#69113F (or 0x69113F) is unknown color: approx Pompadour. HEX triplet: 69, 11 and 3F. RGB value is (105,17,63). Sum of RGB (Red+Green+Blue) = 105+17+63=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69113F is #96EEC0. Grayscale: #303030. Windows color (decimal): -9891521 or 4133225. OLE color: 4133225.

HSL color Cylindrical-coordinate representation of color #69113F: hue angle of 328.64º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69113F is Cyan = 0, Magento = 0.84, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB1051763-
CMYK00.840.40.59
HSL328.64º72.13%23.92%-
HSV(B)328.64º83.81%41.18%-
XYZ6.923.765.06-
YUV48.56136.15168.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 63 (25% from 255) = 34.05%
R=56.76%
G=9.19%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105176300.840.40.59328.6472.1323.92
Hex69113F054283B1494818
Octal15121770124507351111030
Binary11010011000111111101010100101000111011101001001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69113F; }

 p { color: rgb(105,17,63); }

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

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

 a { background-color: rgb(105,17,63); }

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

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

 span { border-color: rgb(105,17,63); }

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