#68153F

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

Shades of Pompadour #68153F

Tints of Pompadour #68153F

Color information

#68153F (or 0x68153F) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 3F. RGB value is (104,21,63). Sum of RGB (Red+Green+Blue) = 104+21+63=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68153F is #97EAC0. Grayscale: #323232. Windows color (decimal): -9956033 or 4134248. OLE color: 4134248.

HSL color Cylindrical-coordinate representation of color #68153F: hue angle of 329.64º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68153F is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1042163-
CMYK00.800.390.59
HSL329.64º66.4%24.51%-
HSV(B)329.64º79.81%40.78%-
XYZ6.873.845.08-
YUV50.6135166.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 63 (25% from 255) = 33.51%
R=55.32%
G=11.17%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104216300.800.390.59329.6466.424.51
Hex68153F050273B14a4219
Octal15025770120477351210231
Binary11010001010111111101010000100111111011101001010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,21,63); }

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

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

 a { background-color: rgb(104,21,63); }

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

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

 span { border-color: rgb(104,21,63); }

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