#68153D

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

Shades of Pompadour #68153D

Tints of Pompadour #68153D

Color information

#68153D (or 0x68153D) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 3D. RGB value is (104,21,61). Sum of RGB (Red+Green+Blue) = 104+21+61=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68153D is #97EAC2. Grayscale: #323232. Windows color (decimal): -9956035 or 4003176. OLE color: 4003176.

HSL color Cylindrical-coordinate representation of color #68153D: hue angle of 331.08º 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 #68153D is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1042161-
CMYK00.800.410.59
HSL331.08º66.4%24.51%-
HSV(B)331.08º79.81%40.78%-
XYZ6.823.824.79-
YUV50.38134166.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=55.91%
G=11.29%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104216100.800.410.59331.0866.424.51
Hex68153D050293B14b4219
Octal15025750120517351310231
Binary11010001010111110101010000101001111011101001011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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