#672342

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

Shades of Pompadour #672342

Tints of Pompadour #672342

Color information

#672342 (or 0x672342) is unknown color: approx Pompadour. HEX triplet: 67, 23 and 42. RGB value is (103,35,66). Sum of RGB (Red+Green+Blue) = 103+35+66=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #672342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672342 is #98DCBD. Grayscale: #3A3A3A. Windows color (decimal): -10017982 or 4334439. OLE color: 4334439.

HSL color Cylindrical-coordinate representation of color #672342: hue angle of 332.65º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #672342 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB1033566-
CMYK00.660.360.60
HSL332.65º49.28%27.06%-
HSV(B)332.65º66.02%40.39%-
XYZ7.184.485.64-
YUV58.87132.03159.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.49%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=50.49%
G=17.16%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103356600.660.360.60332.6549.2827.06
Hex672342042243C14d311b
Octal14743102010244745156133
Binary110011110001110000100100001010010011110010100110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672342; }

 p { color: rgb(103,35,66); }

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

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

 a { background-color: rgb(103,35,66); }

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

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

 span { border-color: rgb(103,35,66); }

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