#68153A

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

Shades of Pompadour #68153A

Tints of Pompadour #68153A

Color information

#68153A (or 0x68153A) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 3A. RGB value is (104,21,58). Sum of RGB (Red+Green+Blue) = 104+21+58=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68153A is #97EAC5. Grayscale: #313131. Windows color (decimal): -9956038 or 3806568. OLE color: 3806568.

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

Color convert

RGB1042158-
CMYK00.800.440.59
HSL333.25º66.4%24.51%-
HSV(B)333.25º79.81%40.78%-
XYZ6.743.784.38-
YUV50.04132.5166.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=56.83%
G=11.48%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104215800.800.440.59333.2566.424.51
Hex68153A0502C3B14d4219
Octal15025720120547351510231
Binary11010001010111101001010000101100111011101001101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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