#682348

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

Shades of Pompadour #682348

Tints of Pompadour #682348

Color information

#682348 (or 0x682348) is unknown color: approx Pompadour. HEX triplet: 68, 23 and 48. RGB value is (104,35,72). Sum of RGB (Red+Green+Blue) = 104+35+72=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #682348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682348 is #97DCB7. Grayscale: #3B3B3B. Windows color (decimal): -9952440 or 4727656. OLE color: 4727656.

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

Color convert

RGB1043572-
CMYK00.660.310.59
HSL327.83º49.64%27.25%-
HSV(B)327.83º66.35%40.78%-
XYZ7.484.616.63-
YUV59.85134.86159.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=49.29%
G=16.59%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104357200.660.310.59327.8349.6427.25
Hex6823480421F3B148321b
Octal15043110010237735106233
Binary11010001000111001000010000101111111101110100100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682348; }

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

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

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

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

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

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

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

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