#69163B

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

Shades of Pompadour #69163B

Tints of Pompadour #69163B

Color information

#69163B (or 0x69163B) is unknown color: approx Pompadour. HEX triplet: 69, 16 and 3B. RGB value is (105,22,59). Sum of RGB (Red+Green+Blue) = 105+22+59=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69163B is #96E9C4. Grayscale: #323232. Windows color (decimal): -9890245 or 3872361. OLE color: 3872361.

HSL color Cylindrical-coordinate representation of color #69163B: hue angle of 333.25º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69163B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1052259-
CMYK00.790.440.59
HSL333.25º65.35%24.9%-
HSV(B)333.25º79.05%41.18%-
XYZ6.93.894.53-
YUV51.04132.5166.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.45%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 59 (23.44% from 255) = 31.72%
R=56.45%
G=11.83%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105225900.790.440.59333.2565.3524.9
Hex69163B04F2C3B14d4119
Octal15126730117547351510131
Binary11010011011011101101001111101100111011101001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69163B; }

 p { color: rgb(105,22,59); }

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

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

 a { background-color: rgb(105,22,59); }

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

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

 span { border-color: rgb(105,22,59); }

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