#65213D

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

Shades of Pompadour #65213D

Tints of Pompadour #65213D

Color information

#65213D (or 0x65213D) is unknown color: approx Pompadour. HEX triplet: 65, 21 and 3D. RGB value is (101,33,61). Sum of RGB (Red+Green+Blue) = 101+33+61=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65213D is #9ADEC2. Grayscale: #383838. Windows color (decimal): -10149571 or 4006245. OLE color: 4006245.

HSL color Cylindrical-coordinate representation of color #65213D: hue angle of 335.29º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65213D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB1013361-
CMYK00.670.400.60
HSL335.29º50.75%26.27%-
HSV(B)335.29º67.33%39.61%-
XYZ6.754.194.87-
YUV56.52130.53159.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.79%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=51.79%
G=16.92%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101336100.670.400.60335.2950.7526.27
Hex65213D043283C14f331a
Octal1454175010350745176332
Binary11001011000011111010100001110100011110010100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,33,61); }

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

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

 a { background-color: rgb(101,33,61); }

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

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

 span { border-color: rgb(101,33,61); }

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