#671348

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

Shades of Pompadour #671348

Tints of Pompadour #671348

Color information

#671348 (or 0x671348) is unknown color: approx Pompadour. HEX triplet: 67, 13 and 48. RGB value is (103,19,72). Sum of RGB (Red+Green+Blue) = 103+19+72=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #671348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671348 is #98ECB7. Grayscale: #323232. Windows color (decimal): -10022072 or 4723559. OLE color: 4723559.

HSL color Cylindrical-coordinate representation of color #671348: hue angle of 322.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671348 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1031972-
CMYK00.820.300.60
HSL322.14º68.85%23.92%-
HSV(B)322.14º81.55%40.39%-
XYZ73.826.5-
YUV50.16140.33165.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.09%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=53.09%
G=9.79%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103197200.820.300.60322.1468.8523.92
Hex6713480521E3C1424518
Octal147231100122367450210530
Binary11001111001110010000101001011110111100101000010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671348; }

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

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

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

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

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

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

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

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