#682448

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

Shades of Pompadour #682448

Tints of Pompadour #682448

Color information

#682448 (or 0x682448) is unknown color: approx Pompadour. HEX triplet: 68, 24 and 48. RGB value is (104,36,72). Sum of RGB (Red+Green+Blue) = 104+36+72=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #682448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682448 is #97DBB7. Grayscale: #3C3C3C. Windows color (decimal): -9952184 or 4727912. OLE color: 4727912.

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

Color convert

RGB1043672-
CMYK00.650.310.59
HSL328.24º48.57%27.45%-
HSV(B)328.24º65.38%40.78%-
XYZ7.514.676.64-
YUV60.44134.53159.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=49.06%
G=16.98%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104367200.650.310.59328.2448.5727.45
Hex6824480411F3B148311b
Octal15044110010137735106133
Binary11010001001001001000010000011111111101110100100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682448; }

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

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

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

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

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

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

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

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