#65234D

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

Shades of Pompadour #65234D

Tints of Pompadour #65234D

Color information

#65234D (or 0x65234D) is unknown color: approx Pompadour. HEX triplet: 65, 23 and 4D. RGB value is (101,35,77). Sum of RGB (Red+Green+Blue) = 101+35+77=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65234D is #9ADCB2. Grayscale: #3B3B3B. Windows color (decimal): -10149043 or 5055333. OLE color: 5055333.

HSL color Cylindrical-coordinate representation of color #65234D: hue angle of 321.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65234D is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB1013577-
CMYK00.650.240.60
HSL321.82º48.53%26.67%-
HSV(B)321.82º65.35%39.61%-
XYZ7.314.57.51-
YUV59.52137.87157.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=47.42%
G=16.43%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101357700.650.240.60321.8248.5326.67
Hex65234D041183C142311b
Octal14543115010130745026133
Binary11001011000111001101010000011100011110010100001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65234D; }

 p { color: rgb(101,35,77); }

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

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

 a { background-color: rgb(101,35,77); }

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

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

 span { border-color: rgb(101,35,77); }

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