#641348

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

Shades of Pompadour #641348

Tints of Pompadour #641348

Color information

#641348 (or 0x641348) is unknown color: approx Pompadour. HEX triplet: 64, 13 and 48. RGB value is (100,19,72). Sum of RGB (Red+Green+Blue) = 100+19+72=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #641348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641348 is #9BECB7. Grayscale: #313131. Windows color (decimal): -10218680 or 4723556. OLE color: 4723556.

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

Color convert

RGB1001972-
CMYK00.810.280.61
HSL320.74º68.07%23.33%-
HSV(B)320.74º81%39.22%-
XYZ6.663.646.48-
YUV49.26140.84164.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.36%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=52.36%
G=9.95%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100197200.810.280.61320.7468.0723.33
Hex6413480511C3D1414417
Octal144231100121347550110427
Binary11001001001110010000101000111100111101101000001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641348; }

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

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

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

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

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

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

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

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