#65203B

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

Shades of Pompadour #65203B

Tints of Pompadour #65203B

Color information

#65203B (or 0x65203B) is unknown color: approx Pompadour. HEX triplet: 65, 20 and 3B. RGB value is (101,32,59). Sum of RGB (Red+Green+Blue) = 101+32+59=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #65203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65203B is #9ADFC4. Grayscale: #373737. Windows color (decimal): -10149829 or 3874917. OLE color: 3874917.

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

Color convert

RGB1013259-
CMYK00.680.420.60
HSL336.52º51.88%26.08%-
HSV(B)336.52º68.32%39.61%-
XYZ6.674.124.58-
YUV55.71129.86160.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.60%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=52.60%
G=16.67%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101325900.680.420.60336.5251.8826.08
Hex65203B0442A3C151341a
Octal1454073010452745216432
Binary11001011000001110110100010010101011110010101000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,32,59); }

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

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

 a { background-color: rgb(101,32,59); }

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

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

 span { border-color: rgb(101,32,59); }

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