#65213C

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

Shades of Pompadour #65213C

Tints of Pompadour #65213C

Color information

#65213C (or 0x65213C) is unknown color: approx Pompadour. HEX triplet: 65, 21 and 3C. RGB value is (101,33,60). Sum of RGB (Red+Green+Blue) = 101+33+60=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65213C is #9ADEC3. Grayscale: #383838. Windows color (decimal): -10149572 or 3940709. OLE color: 3940709.

HSL color Cylindrical-coordinate representation of color #65213C: hue angle of 336.18º 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 #65213C is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1013360-
CMYK00.670.410.60
HSL336.18º50.75%26.27%-
HSV(B)336.18º67.33%39.61%-
XYZ6.734.184.73-
YUV56.41130.03159.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=52.06%
G=17.01%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101336000.670.410.60336.1850.7526.27
Hex65213C043293C150331a
Octal1454174010351745206332
Binary11001011000011111000100001110100111110010101000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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