#672441

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

Shades of Pompadour #672441

Tints of Pompadour #672441

Color information

#672441 (or 0x672441) is unknown color: approx Pompadour. HEX triplet: 67, 24 and 41. RGB value is (103,36,65). Sum of RGB (Red+Green+Blue) = 103+36+65=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #672441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672441 is #98DBBE. Grayscale: #3B3B3B. Windows color (decimal): -10017727 or 4269159. OLE color: 4269159.

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

Color convert

RGB1033665-
CMYK00.650.370.60
HSL334.03º48.2%27.25%-
HSV(B)334.03º65.05%40.39%-
XYZ7.184.535.5-
YUV59.34131.2159.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.49%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=50.49%
G=17.65%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103366500.650.370.60334.0348.227.25
Hex672441041253C14e301b
Octal14744101010145745166033
Binary110011110010010000010100000110010111110010100111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672441; }

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

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

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

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

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

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

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

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