#68124A

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

Shades of Pompadour #68124A

Tints of Pompadour #68124A

Color information

#68124A (or 0x68124A) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 4A. RGB value is (104,18,74). Sum of RGB (Red+Green+Blue) = 104+18+74=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68124A is #97EDB5. Grayscale: #313131. Windows color (decimal): -9956790 or 4854376. OLE color: 4854376.

HSL color Cylindrical-coordinate representation of color #68124A: hue angle of 320.93º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68124A is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1041874-
CMYK00.830.290.59
HSL320.93º70.49%23.92%-
HSV(B)320.93º82.69%40.78%-
XYZ7.163.876.85-
YUV50.1141.49166.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=53.06%
G=9.18%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104187400.830.290.59320.9370.4923.92
Hex68124A0531D3B1414618
Octal150221120123357350110630
Binary11010001001010010100101001111101111011101000001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68124A; }

 p { color: rgb(104,18,74); }

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

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

 a { background-color: rgb(104,18,74); }

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

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

 span { border-color: rgb(104,18,74); }

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