#682452

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

Shades of Pompadour #682452

Tints of Pompadour #682452

Color information

#682452 (or 0x682452) is unknown color: approx Pompadour. HEX triplet: 68, 24 and 52. RGB value is (104,36,82). Sum of RGB (Red+Green+Blue) = 104+36+82=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #682452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682452 is #97DBAD. Grayscale: #3D3D3D. Windows color (decimal): -9952174 or 5383272. OLE color: 5383272.

HSL color Cylindrical-coordinate representation of color #682452: hue angle of 319.41º 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 #682452 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1043682-
CMYK00.650.210.59
HSL319.41º48.57%27.45%-
HSV(B)319.41º65.38%40.78%-
XYZ7.864.818.5-
YUV61.58139.53158.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=46.85%
G=16.22%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104368200.650.210.59319.4148.5727.45
Hex682452041153B13f311b
Octal15044122010125734776133
Binary11010001001001010010010000011010111101110011111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682452; }

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

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

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

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

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

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

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

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