#65294B

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

Shades of Pompadour #65294B

Tints of Pompadour #65294B

Color information

#65294B (or 0x65294B) is unknown color: approx Pompadour. HEX triplet: 65, 29 and 4B. RGB value is (101,41,75). Sum of RGB (Red+Green+Blue) = 101+41+75=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #65294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65294B is #9AD6B4. Grayscale: #3E3E3E. Windows color (decimal): -10147509 or 4925797. OLE color: 4925797.

HSL color Cylindrical-coordinate representation of color #65294B: hue angle of 326º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65294B is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1014175-
CMYK00.590.260.60
HSL326º42.25%27.84%-
HSV(B)326º59.41%39.61%-
XYZ7.434.867.2-
YUV62.82134.88155.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=46.54%
G=18.89%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101417500.590.260.6032642.2527.84
Hex65294B03B1A3C1462a1c
Octal1455111307332745065234
Binary1100101101001100101101110111101011110010100011010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65294B; }

 p { color: rgb(101,41,75); }

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

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

 a { background-color: rgb(101,41,75); }

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

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

 span { border-color: rgb(101,41,75); }

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