#683153

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

Shades of Pompadour #683153

Tints of Pompadour #683153

Color information

#683153 (or 0x683153) is unknown color: approx Pompadour. HEX triplet: 68, 31 and 53. RGB value is (104,49,83). Sum of RGB (Red+Green+Blue) = 104+49+83=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #683153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683153 is #97CEAC. Grayscale: #454545. Windows color (decimal): -9948845 or 5452136. OLE color: 5452136.

HSL color Cylindrical-coordinate representation of color #683153: hue angle of 322.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683153 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1044983-
CMYK00.530.200.59
HSL322.91º35.95%30%-
HSV(B)322.91º52.88%40.78%-
XYZ8.375.768.86-
YUV69.32135.72152.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=44.07%
G=20.76%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104498300.530.200.59322.9135.9530
Hex683153035143B143241e
Octal1506112306524735034436
Binary1101000110001101001101101011010011101110100001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683153; }

 p { color: rgb(104,49,83); }

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

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

 a { background-color: rgb(104,49,83); }

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

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

 span { border-color: rgb(104,49,83); }

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