#641339

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

Shades of Pompadour #641339

Tints of Pompadour #641339

Color information

#641339 (or 0x641339) is unknown color: approx Pompadour. HEX triplet: 64, 13 and 39. RGB value is (100,19,57). Sum of RGB (Red+Green+Blue) = 100+19+57=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #641339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641339 is #9BECC6. Grayscale: #2F2F2F. Windows color (decimal): -10218695 or 3740516. OLE color: 3740516.

HSL color Cylindrical-coordinate representation of color #641339: hue angle of 331.85º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641339 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB1001957-
CMYK00.810.430.61
HSL331.85º68.07%23.33%-
HSV(B)331.85º81%39.22%-
XYZ6.233.474.21-
YUV47.55133.34165.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.82%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=56.82%
G=10.80%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100195700.810.430.61331.8568.0723.33
Hex6413390512B3D14c4417
Octal14423710121537551410427
Binary11001001001111100101010001101011111101101001100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641339; }

 p { color: rgb(100,19,57); }

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

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

 a { background-color: rgb(100,19,57); }

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

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

 span { border-color: rgb(100,19,57); }

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