#65284B

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

Shades of Pompadour #65284B

Tints of Pompadour #65284B

Color information

#65284B (or 0x65284B) is unknown color: approx Pompadour. HEX triplet: 65, 28 and 4B. RGB value is (101,40,75). Sum of RGB (Red+Green+Blue) = 101+40+75=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65284B is #9AD7B4. Grayscale: #3E3E3E. Windows color (decimal): -10147765 or 4925541. OLE color: 4925541.

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

Color convert

RGB1014075-
CMYK00.600.260.60
HSL325.57º43.26%27.65%-
HSV(B)325.57º60.4%39.61%-
XYZ7.44.797.19-
YUV62.23135.21155.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=46.76%
G=18.52%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101407500.600.260.60325.5743.2627.65
Hex65284B03C1A3C1462b1c
Octal1455011307432745065334
Binary1100101101000100101101111001101011110010100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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