#682748

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

Shades of Pompadour #682748

Tints of Pompadour #682748

Color information

#682748 (or 0x682748) is unknown color: approx Pompadour. HEX triplet: 68, 27 and 48. RGB value is (104,39,72). Sum of RGB (Red+Green+Blue) = 104+39+72=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #682748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682748 is #97D8B7. Grayscale: #3E3E3E. Windows color (decimal): -9951416 or 4728680. OLE color: 4728680.

HSL color Cylindrical-coordinate representation of color #682748: hue angle of 329.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682748 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1043972-
CMYK00.620.310.59
HSL329.54º45.45%28.04%-
HSV(B)329.54º62.5%40.78%-
XYZ7.64.866.67-
YUV62.2133.53157.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=48.37%
G=18.14%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104397200.620.310.59329.5445.4528.04
Hex68274803E1F3B14a2d1c
Octal1504711007637735125534
Binary1101000100111100100001111101111111101110100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682748; }

 p { color: rgb(104,39,72); }

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

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

 a { background-color: rgb(104,39,72); }

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

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

 span { border-color: rgb(104,39,72); }

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