#682B44

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

Shades of Pompadour #682B44

Tints of Pompadour #682B44

Color information

#682B44 (or 0x682B44) is unknown color: approx Pompadour. HEX triplet: 68, 2B and 44. RGB value is (104,43,68). Sum of RGB (Red+Green+Blue) = 104+43+68=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #682B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B44 is #97D4BB. Grayscale: #404040. Windows color (decimal): -9950396 or 4467560. OLE color: 4467560.

HSL color Cylindrical-coordinate representation of color #682B44: hue angle of 335.41º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B44 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB1044368-
CMYK00.590.350.59
HSL335.41º41.5%28.82%-
HSV(B)335.41º58.65%40.78%-
XYZ7.625.096.05-
YUV64.09130.21156.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=48.37%
G=20%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104436800.590.350.59335.4141.528.82
Hex682B4403B233B14f291d
Octal1505310407343735175135
Binary11010001010111000100011101110001111101110100111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682B44; }

 p { color: rgb(104,43,68); }

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

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

 a { background-color: rgb(104,43,68); }

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

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

 span { border-color: rgb(104,43,68); }

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