#682B4B

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

Shades of Pompadour #682B4B

Tints of Pompadour #682B4B

Color information

#682B4B (or 0x682B4B) is unknown color: approx Pompadour. HEX triplet: 68, 2B and 4B. RGB value is (104,43,75). Sum of RGB (Red+Green+Blue) = 104+43+75=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #682B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B4B is #97D4B4. Grayscale: #404040. Windows color (decimal): -9950389 or 4926312. OLE color: 4926312.

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

Color convert

RGB1044375-
CMYK00.590.280.59
HSL328.52º41.5%28.82%-
HSV(B)328.52º58.65%40.78%-
XYZ7.845.187.24-
YUV64.89133.71155.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 43 (17.19% from 255) = 19.37%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=46.85%
G=19.37%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104437500.590.280.59328.5241.528.82
Hex682B4B03B1C3B149291d
Octal1505311307334735115135
Binary1101000101011100101101110111110011101110100100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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