#682441

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

Shades of Pompadour #682441

Tints of Pompadour #682441

Color information

#682441 (or 0x682441) is unknown color: approx Pompadour. HEX triplet: 68, 24 and 41. RGB value is (104,36,65). Sum of RGB (Red+Green+Blue) = 104+36+65=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #682441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682441 is #97DBBE. Grayscale: #3B3B3B. Windows color (decimal): -9952191 or 4269160. OLE color: 4269160.

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

Color convert

RGB1043665-
CMYK00.650.380.59
HSL334.41º48.57%27.45%-
HSV(B)334.41º65.38%40.78%-
XYZ7.294.595.5-
YUV59.64131.03159.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=50.73%
G=17.56%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104366500.650.380.59334.4148.5727.45
Hex682441041263B14e311b
Octal15044101010146735166133
Binary110100010010010000010100000110011011101110100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682441; }

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

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

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

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

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

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

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

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