#682548

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

Shades of Pompadour #682548

Tints of Pompadour #682548

Color information

#682548 (or 0x682548) is unknown color: approx Pompadour. HEX triplet: 68, 25 and 48. RGB value is (104,37,72). Sum of RGB (Red+Green+Blue) = 104+37+72=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #682548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682548 is #97DAB7. Grayscale: #3C3C3C. Windows color (decimal): -9951928 or 4728168. OLE color: 4728168.

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

Color convert

RGB1043772-
CMYK00.640.310.59
HSL328.66º47.52%27.65%-
HSV(B)328.66º64.42%40.78%-
XYZ7.544.736.65-
YUV61.02134.2158.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=48.83%
G=17.37%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104377200.640.310.59328.6647.5227.65
Hex6825480401F3B149301c
Octal15045110010037735116034
Binary11010001001011001000010000001111111101110100100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682548; }

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

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

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

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

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

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

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

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