#69134E

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

Shades of Pompadour #69134E

Tints of Pompadour #69134E

Color information

#69134E (or 0x69134E) is unknown color: approx Pompadour. HEX triplet: 69, 13 and 4E. RGB value is (105,19,78). Sum of RGB (Red+Green+Blue) = 105+19+78=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #69134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69134E is #96ECB1. Grayscale: #333333. Windows color (decimal): -9890994 or 5116777. OLE color: 5116777.

HSL color Cylindrical-coordinate representation of color #69134E: hue angle of 318.84º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69134E is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1051978-
CMYK00.820.260.59
HSL318.84º69.35%24.31%-
HSV(B)318.84º81.9%41.18%-
XYZ7.434.027.59-
YUV51.44142.99166.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.98%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=51.98%
G=9.41%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105197800.820.260.59318.8469.3524.31
Hex69134E0521A3B13f4518
Octal151231160122327347710530
Binary11010011001110011100101001011010111011100111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69134E; }

 p { color: rgb(105,19,78); }

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

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

 a { background-color: rgb(105,19,78); }

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

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

 span { border-color: rgb(105,19,78); }

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